summaryrefslogtreecommitdiffstats
path: root/wic/systemd-bootdisk-tiny64.wks
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-07-12 13:35:59 -0700
committerSaul Wold <sgw@linux.intel.com>2017-07-12 13:35:59 -0700
commit248b47feb364828087f00d1934d85234df6e0be2 (patch)
tree84fab7b3c5676ad56bb2818e280856b1efab8db6 /wic/systemd-bootdisk-tiny64.wks
parentdeef6f725b1f9909eda8735dec2265176e4a88ab (diff)
downloadmeta-intel-248b47feb364828087f00d1934d85234df6e0be2.tar.gz
wic: Move WKS newer common location
This cleans up the wic scripts location to match the newer top-level wic directory location. Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'wic/systemd-bootdisk-tiny64.wks')
-rw-r--r--wic/systemd-bootdisk-tiny64.wks14
1 files changed, 14 insertions, 0 deletions
diff --git a/wic/systemd-bootdisk-tiny64.wks b/wic/systemd-bootdisk-tiny64.wks
new file mode 100644
index 00000000..c957572a
--- /dev/null
+++ b/wic/systemd-bootdisk-tiny64.wks
@@ -0,0 +1,14 @@
1# short-description: Create an EFI disk image with systemd-boot and corei7-64
2# long-description: Creates a partitioned EFI disk image that the user
3# can directly dd to boot media. The selected bootloader is systemd-boot.
4# This disk image is meant to be used by corei7-64 and core-image-tiny-initramfs
5
6part /boot --source bootimg-efi --sourceparams="loader=systemd-boot,initrd=core-image-tiny-initramfs-intel-corei7-64.cpio.gz" --ondisk sda --label msdos --active --align 1024
7
8bootloader --ptable gpt --timeout=5 --append="init=/bin/busybox sh init console=ttyS0,115200 console=tty0 rw LABEL=boot debugshell=5"
9
10# Some devices require different console parameters, the console parameter can be given repeatedly, input is taken
11# only from the last listed console, for example on the Minnowboard MAX, the previously listed setting would show
12# a login prompt on its video output and not on the serial terminal.
13#
14# See http://www.tldp.org/HOWTO/Remote-Serial-Console-HOWTO/configure-kernel.html