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