[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Add support for specifying the boot device by label
From: |
Olaf Hering |
Subject: |
Re: [PATCH] Add support for specifying the boot device by label |
Date: |
Mon, 11 Sep 2023 12:44:30 +0200 |
Sun, 10 Sep 2023 09:30:24 +0000 darkpenguin <darkpenguin@posteo.de>:
> Specifying the boot device by its label rather than its UUID can be
> pretty useful in various situations (e.g. multiple test VMs).
Yes, this is very true.
It is up to the local admin to decide how the various block devices
are supposed to be mounted. The details how it must be done is
configured by the local admin via the well establish file /etc/fstab,
and of course other block device related configuration files.
As you have noted, any such decision is outright ignored by grub2.
So instead of adding more to the existing arrogance, please remove
the offending code and implement something that respects the local
configuration files.
Thank you.
Olaf
pgpupJTJtt8Fn.pgp
Description: Digitale Signatur von OpenPGP
- Re: [PATCH] Add support for specifying the boot device by label, (continued)
- Re: [PATCH] Add support for specifying the boot device by label, Vladimir 'phcoder' Serbinenko, 2023/09/10
- Re: [PATCH] Add support for specifying the boot device by label, darkpenguin, 2023/09/11
- Re: [PATCH] Add support for specifying the boot device by label, darkpenguin, 2023/09/26
- Re: [PATCH] Add support for specifying the boot device by label, Vladimir 'phcoder' Serbinenko, 2023/09/27
- Re: [PATCH] Add support for specifying the boot device by label, darkpenguin, 2023/09/27
- Re: [PATCH] Add support for specifying the boot device by label, Vladimir 'phcoder' Serbinenko, 2023/09/27
Re: [PATCH] Add support for specifying the boot device by label,
Olaf Hering <=