summaryrefslogtreecommitdiffstats
path: root/wic/systemd-bootdisk-tiny32.wks
diff options
context:
space:
mode:
Diffstat (limited to 'wic/systemd-bootdisk-tiny32.wks')
-rw-r--r--wic/systemd-bootdisk-tiny32.wks8
1 files changed, 8 insertions, 0 deletions
diff --git a/wic/systemd-bootdisk-tiny32.wks b/wic/systemd-bootdisk-tiny32.wks
new file mode 100644
index 00000000..c4011c0e
--- /dev/null
+++ b/wic/systemd-bootdisk-tiny32.wks
@@ -0,0 +1,8 @@
1# short-description: Create an EFI disk image with systemd-boot and core2-32
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 core2-32 and core-image-tiny-initramfs
5
6part /boot --source bootimg-efi --sourceparams="loader=systemd-boot,initrd=core-image-tiny-initramfs-intel-core2-32.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"