From b5a428bc6be7e1c02ca7d0714e0a5d25f31b4a5f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 4 Mar 2019 21:13:30 +0000 Subject: wic: pass APPEND to bootloader Rename the systemd and grub-efi .wks files to .wks.in, and replace all 'append' entries apart from rootfstype (which is specific to the wks file) with ${APPEND}, so the values of APPEND from the BSP and user is respected. Signed-off-by: Ross Burton Signed-off-by: Anuj Mittal --- wic/grub-bootdisk-microcode.wks | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 wic/grub-bootdisk-microcode.wks (limited to 'wic/grub-bootdisk-microcode.wks') diff --git a/wic/grub-bootdisk-microcode.wks b/wic/grub-bootdisk-microcode.wks deleted file mode 100644 index 7eda3766..00000000 --- a/wic/grub-bootdisk-microcode.wks +++ /dev/null @@ -1,12 +0,0 @@ -# short-description: Create an EFI disk image with grub-efi -# long-description: Creates a partitioned EFI disk image that the user -# can directly dd to boot media. The selected bootloader is grub-efi. -# It also includes intel-microcode as an initrd for early update support. - -part /boot --source bootimg-efi --sourceparams="loader=grub-efi,initrd=microcode.cpio" --ondisk sda --label msdos --active --align 1024 --use-uuid - -part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 --use-uuid - -part swap --ondisk sda --size 44 --label swap1 --fstype=swap --use-uuid - -bootloader --ptable gpt --timeout=5 --append="rootwait rootfstype=ext4 console=ttyS0,115200 console=tty0" -- cgit v1.2.3-54-g00ecf