mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
Revert "build_library: grub: Bring back linuxefi to stabilize PCR4"
This reverts commit 7e80c4cc4eece321aeefb7bbd792906024e66733.
This commit is contained in:
parent
7e80c4cc4e
commit
9dc1500e4d
@ -94,12 +94,6 @@ if [ "$grub_cpu" = arm64 ]; then
|
||||
fi
|
||||
|
||||
set suf=""
|
||||
# UEFI uses linuxefi/initrdefi instead of linux/initrd except for arm64
|
||||
if [ "$grub_platform" = efi ]; then
|
||||
if [ "$grub_cpu" != arm64 ]; then
|
||||
set suf="efi"
|
||||
fi
|
||||
fi
|
||||
|
||||
# Assemble the options applicable to all the kernels below
|
||||
set linux_cmdline="rootflags=rw mount.usrflags=ro consoleblank=0 $linux_root $linux_console $first_boot $randomize_disk_guid $extra_options $oem $linux_append"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user