From 989db4c0e7db84e52b4e564101a974ef59f1bba6 Mon Sep 17 00:00:00 2001 From: Alejandro Hernandez Date: Fri, 15 Sep 2017 12:42:36 -0700 Subject: core-image-tiny: Provide a new image recipe for poky-tiny that boots from RAM This new image recipe creates an image from the artifacts obtained after building core-image-tiny-initramfs, it boots directly to a tiny rootfs provided by initrd Signed-off-by: Alejandro Hernandez --- wic/systemd-bootdisk-tiny32.wks | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 wic/systemd-bootdisk-tiny32.wks (limited to 'wic/systemd-bootdisk-tiny32.wks') diff --git a/wic/systemd-bootdisk-tiny32.wks b/wic/systemd-bootdisk-tiny32.wks deleted file mode 100644 index c4011c0e..00000000 --- a/wic/systemd-bootdisk-tiny32.wks +++ /dev/null @@ -1,8 +0,0 @@ -# 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" -- cgit v1.2.3-54-g00ecf