summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/canned-wks/galileodisk-usb.wks
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/wic/canned-wks/galileodisk-usb.wks')
-rw-r--r--scripts/lib/wic/canned-wks/galileodisk-usb.wks9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/lib/wic/canned-wks/galileodisk-usb.wks b/scripts/lib/wic/canned-wks/galileodisk-usb.wks
new file mode 100644
index 00000000..b721c951
--- /dev/null
+++ b/scripts/lib/wic/canned-wks/galileodisk-usb.wks
@@ -0,0 +1,9 @@
+# short-description: Create a Galileo Gen 1/2 disk image (USB storage)
+# long-description: Creates a partitioned EFI disk image for Intel Galileo Gen 1/2
+# that the user can directly dd to USB storage media and boot.
+
+part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --ondisk sda --label msdos --active --align 1024
+
+part / --source rootfs --ondisk sda --fstype=ext3 --label platform --align 1024
+
+bootloader --timeout=0 --append="rootwait console=ttyS1,115200n8 earlycon=uart8250,mmio32,0x9000b000,115200n8 reboot=efi,warm apic=debug rw LABEL=boot debugshell=5"