summaryrefslogtreecommitdiffstats
path: root/wic/mktinygalileodisk.wks
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-07-12 13:35:59 -0700
committerSaul Wold <sgw@linux.intel.com>2017-07-12 13:35:59 -0700
commit248b47feb364828087f00d1934d85234df6e0be2 (patch)
tree84fab7b3c5676ad56bb2818e280856b1efab8db6 /wic/mktinygalileodisk.wks
parentdeef6f725b1f9909eda8735dec2265176e4a88ab (diff)
downloadmeta-intel-248b47feb364828087f00d1934d85234df6e0be2.tar.gz
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 <sgw@linux.intel.com>
Diffstat (limited to 'wic/mktinygalileodisk.wks')
-rw-r--r--wic/mktinygalileodisk.wks7
1 files changed, 7 insertions, 0 deletions
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 @@
1# short-description: Create an Galileo Gen 1/2 disk image
2# long-description: Creates a partitioned EFI disk image for Intel Galileo Gen 1/2,
3# that the user can directly dd to boot media.
4
5part /boot --source bootimg-efi --sourceparams="loader=systemd-boot,initrd=core-image-tiny-initramfs-intel-quark.cpio.gz" --ondisk mmcblk0 --label msdos --active --align 1024
6
7bootloader --timeout=0 --append="console=ttyS1,115200n8 earlycon=uart8250,mmio32,0x9000b000,115200n8 reboot=efi,warm apic=debug rw LABEL=boot debugshell=5"