meta-intel/scripts/lib/wic/canned-wks/systemd-bootdisk-tiny32.wks
Alejandro Hernandez be48e2acfc systemd-bootdisk-tiny: Adds kickstart file for poky-tiny to support corei7-64 and
core2-32 using wic

We can now create a tiny initramfs image that can be dd'ed directly
using the following commands, for each MACHINE respectively

        $ wic create systemd-bootdisk-tiny32 -e core-image-tiny-initramfs
        $ wic create systemd-bootdisk-tiny64 -e core-image-tiny-initramfs

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
2017-03-07 12:22:22 -08:00

9 lines
612 B
Plaintext

# short-description: Create an EFI disk image with systemd-boot and core2-32
# long-description: Creates a partitioned EFI disk image that the user
# can directly dd to boot media. The selected bootloader is systemd-boot.
# This disk image is meant to be used by core2-32 and core-image-tiny-initramfs
part /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
bootloader --ptable gpt --timeout=5 --append="init=/bin/busybox sh init console=ttyS0,115200 console=tty0 rw LABEL=boot debugshell=5"