[meta-intel] [PATCH 6/8] mktinygalileodisk: Fix tiny WKS for quark to use systemd-boot instead of gummiboot

Alejandro Hernandez alejandro.hernandez at linux.intel.com
Mon Feb 13 13:52:32 PST 2017


Signed-off-by: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
---
 scripts/lib/wic/canned-wks/mktinygalileodisk.wks | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/lib/wic/canned-wks/mktinygalileodisk.wks b/scripts/lib/wic/canned-wks/mktinygalileodisk.wks
index 5520992..52f1e12 100644
--- a/scripts/lib/wic/canned-wks/mktinygalileodisk.wks
+++ b/scripts/lib/wic/canned-wks/mktinygalileodisk.wks
@@ -2,6 +2,6 @@
 # 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,initrd=core-image-tiny-initramfs-intel-quark.cpio.gz" --ondisk mmcblk0 --label msdos --active --align 1024
+part /boot --source bootimg-efi --sourceparams="loader=systemd-boot,initrd=core-image-tiny-initramfs-intel-quark.cpio.gz" --ondisk mmcblk0 --label msdos --active --align 1024
 
 bootloader  --timeout=0  --append="console=ttyS1,115200n8 earlycon=uart8250,mmio32,0x9000b000,115200n8 reboot=efi,warm apic=debug rw LABEL=boot debugshell=5"
-- 
2.6.6



More information about the meta-intel mailing list