From 248b47feb364828087f00d1934d85234df6e0be2 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 12 Jul 2017 13:35:59 -0700 Subject: wic: Move WKS newer common location This cleans up the wic scripts location to match the newer top-level wic directory location. Signed-off-by: Saul Wold --- wic/galileodisk-sd.wks | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 wic/galileodisk-sd.wks (limited to 'wic/galileodisk-sd.wks') diff --git a/wic/galileodisk-sd.wks b/wic/galileodisk-sd.wks new file mode 100644 index 00000000..225778d7 --- /dev/null +++ b/wic/galileodisk-sd.wks @@ -0,0 +1,9 @@ +# short-description: Create a Galileo Gen 1/2 disk image (SD card) +# long-description: Creates a partitioned EFI disk image for Intel Galileo Gen 1/2 +# boards that the user can directly dd to an SD card and boot. + +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 --use-uuid + +bootloader --timeout=1 --append="rootwait console=ttyS1,115200n8 earlycon=uart8250,mmio32,0x9000b000,115200n8 reboot=efi,warm apic=debug rw LABEL=boot debugshell=5" -- cgit v1.2.3-54-g00ecf