rhboot / efibootmgr

efibootmgr development tree
GNU General Public License v2.0
519 stars 98 forks source link

Allow specifying PARTUUIDs for -d #146

Open prez opened 3 years ago

prez commented 3 years ago

On systems where one cannot rely on conventional device names (like Thinkpads with removable ultrabay hard drives), this feature is quite important if one doesn't want to end up with an unbootable system by accident.

The -p option should be ignored when -d is a PARTUUID or /dev/disk/by-partuuid/...-path (I am not sure which of these is more portable).

Thank you