From 7d00922e1cd3caabb8046e68a6107b9f4f3f1d34 Mon Sep 17 00:00:00 2001 From: Jianxun Zhang Date: Tue, 26 Jul 2016 15:26:16 -0700 Subject: quark: Switch gummiboot to systemd-boot The systemd-boot is the old gummiboot merged into systemd project. We have enabled systemd-boot as a standalone EFI bootloader in OE, also with updated wic plugin to support specifying "systemd-boot" as bootloader in wks files. Assuming these are good enough to replace gummiboot for quark, this change does it. Signed-off-by: Jianxun Zhang Signed-off-by: Tom Zanussi --- scripts/lib/wic/canned-wks/mkgalileodisk.wks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/lib/wic/canned-wks/mkgalileodisk.wks b/scripts/lib/wic/canned-wks/mkgalileodisk.wks index e587e293..c9835a65 100644 --- a/scripts/lib/wic/canned-wks/mkgalileodisk.wks +++ b/scripts/lib/wic/canned-wks/mkgalileodisk.wks @@ -2,7 +2,7 @@ # long-description: Creates a partitioned EFI disk image for Intel Galileo Gen 1/2, # that the user can directly dd to boot media. -part /boot --source bootimg-efi --sourceparams="loader=gummiboot" --ondisk mmcblk0 --label msdos --active --align 1024 +part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --ondisk mmcblk0 --label msdos --active --align 1024 part / --source rootfs --ondisk mmcblk0 --fstype=ext3 --label platform --align 1024 -- cgit v1.2.3-54-g00ecf