summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/canned-wks/galileodisk-sd.wks
diff options
context:
space:
mode:
authorJianxun Zhang <jianxun.zhang@linux.intel.com>2016-07-26 15:26:17 -0700
committerTom Zanussi <tom.zanussi@linux.intel.com>2016-07-28 12:09:25 -0500
commit0109c3d7f2c3ae269842b6126a65323a6dd4608b (patch)
tree11f37728d7383ae959917b9dd0e99a26e6109d1a /scripts/lib/wic/canned-wks/galileodisk-sd.wks
parent7d00922e1cd3caabb8046e68a6107b9f4f3f1d34 (diff)
downloadmeta-intel-0109c3d7f2c3ae269842b6126a65323a6dd4608b.tar.gz
quark: Support direct-boot image for USB storage media
Add a new wks file for quark based on the existing mkgalileodisk.wks with necessary changes. () specify sda for partitions and rootwait for USB in new wks. () Rename the original wks file and amend its description () Update README accordingly Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'scripts/lib/wic/canned-wks/galileodisk-sd.wks')
-rw-r--r--scripts/lib/wic/canned-wks/galileodisk-sd.wks9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/lib/wic/canned-wks/galileodisk-sd.wks b/scripts/lib/wic/canned-wks/galileodisk-sd.wks
new file mode 100644
index 00000000..e03c2f88
--- /dev/null
+++ b/scripts/lib/wic/canned-wks/galileodisk-sd.wks
@@ -0,0 +1,9 @@
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
8
9bootloader --timeout=0 --append="console=ttyS1,115200n8 earlycon=uart8250,mmio32,0x9000b000,115200n8 reboot=efi,warm apic=debug rw LABEL=boot debugshell=5"