]> git.ipfire.org Git - thirdparty/dracut.git/commit
dracut.sh: add default path for --uefi
authorHarald Hoyer <harald@redhat.com>
Thu, 8 Dec 2016 16:53:40 +0000 (17:53 +0100)
committerHarald Hoyer <harald@redhat.com>
Mon, 16 Jan 2017 13:27:39 +0000 (14:27 +0100)
commit5c57209ba5ef36f8856b4ea1694de8e1da508b71
tree0371e279a6831e9bed69a15bffe158757f221eaa
parent2870b7d243f919f15b330a7ef77aa5614f95e6ba
dracut.sh: add default path for --uefi

The default output filename for --uefi is
<EFI>/EFI/Linux/linux-$kernel$-<MACHINE_ID>-<BUILD_ID>.efi.
<EFI> might be /efi, /boot or /boot/efi depending on where the ESP partition
is mounted. The <BUILD_ID> is taken from BUILD_ID in /usr/lib/os-release or
if it exists /etc/os-release and is left out, if BUILD_ID is non-existant or
empty.

Also a new option --no-machineid was added, which affects the default output
filename of --uefi and will discard the <MACHINE_ID> part.
dracut.8.asc
dracut.sh