From 0f266744f7d542a960a78226af35403f871ba5a6 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Fri, 8 Dec 2017 06:54:17 -0800 Subject: Galileo: Remove remaining bits from RMC and WIC directory Signed-off-by: Saul Wold Signed-off-by: California Sullivan --- wic/galileodisk-sd.wks | 9 --------- wic/galileodisk-usb.wks | 9 --------- 2 files changed, 18 deletions(-) delete mode 100644 wic/galileodisk-sd.wks delete mode 100644 wic/galileodisk-usb.wks (limited to 'wic') 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 @@ -# short-description: Create a Galileo Gen 1/2 disk image (SD card) -# long-description: Creates a partitioned EFI disk image for Intel Galileo Gen 1/2 -# boards that the user can directly dd to an SD card and boot. - -part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --ondisk mmcblk0 --label msdos --active --align 1024 - -part / --source rootfs --ondisk mmcblk0 --fstype=ext3 --label platform --align 1024 --use-uuid - -bootloader --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 @@ -# 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 --use-uuid - -bootloader --timeout=1 --append="rootwait console=ttyS1,115200n8 earlycon=uart8250,mmio32,0x9000b000,115200n8 reboot=efi,warm apic=debug rw LABEL=boot debugshell=5" -- cgit v1.2.3-54-g00ecf