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/mktinygalileodisk.wks | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 wic/mktinygalileodisk.wks (limited to 'wic/mktinygalileodisk.wks') diff --git a/wic/mktinygalileodisk.wks b/wic/mktinygalileodisk.wks new file mode 100644 index 00000000..52f1e12c --- /dev/null +++ b/wic/mktinygalileodisk.wks @@ -0,0 +1,7 @@ +# short-description: Create an Galileo Gen 1/2 disk image +# 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=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" -- cgit v1.2.3-54-g00ecf