summaryrefslogtreecommitdiffstats
path: root/wic/galileodisk-sd.wks
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-12-08 06:54:17 -0800
committerCalifornia Sullivan <california.l.sullivan@intel.com>2017-12-08 15:04:46 -0800
commit0f266744f7d542a960a78226af35403f871ba5a6 (patch)
tree2dcefb275a18085287fa75a31ebc8074b69c7bf4 /wic/galileodisk-sd.wks
parent6f988495c3f560ee3b639ad986e67e531cceb91f (diff)
downloadmeta-intel-0f266744f7d542a960a78226af35403f871ba5a6.tar.gz
Galileo: Remove remaining bits from RMC and WIC directory
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
Diffstat (limited to 'wic/galileodisk-sd.wks')
-rw-r--r--wic/galileodisk-sd.wks9
1 files changed, 0 insertions, 9 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"