rhboot / efibootmgr

efibootmgr development tree
GNU General Public License v2.0
514 stars 97 forks source link

efibootmgr: print space before optional entry data #210

Open c4rlo opened 3 months ago

c4rlo commented 3 months ago

Before:

$ efibootmgr -u
[…]
Boot0004* Arch Linux    HD(1,GPT,[…],0x800,0x145000)/\vmlinuz-linuxroot=LABEL=Arch rw nowatchdog initrd=\initramfs-linux.img

After:

$ efibootmgr -u
[…]
Boot0004* Arch Linux    HD(1,GPT,[…],0x800,0x145000)/\vmlinuz-linux root=LABEL=Arch rw nowatchdog initrd=\initramfs-linux.img

Note the extra space before "root=".