From: Jianxun Zhang Date: Tue, 26 Jul 2016 23:39:20 +0000 (-0700) Subject: wic: rename and amend systemd-boot wks file X-Git-Tag: 2016-10~197 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6303dbbaa08214a37caf38e3b6b5a30a108bd3b7;p=openembedded-core.git wic: rename and amend systemd-boot wks file Rename wks for systemd-boot per the suggestion from community. Also amend description to distinguish it from others when running "wic list images". Signed-off-by: Jianxun Zhang Signed-off-by: Ross Burton --- diff --git a/scripts/lib/wic/canned-wks/mksystemd-bootdisk.wks b/scripts/lib/wic/canned-wks/systemd-bootdisk.wks similarity index 77% rename from scripts/lib/wic/canned-wks/mksystemd-bootdisk.wks rename to scripts/lib/wic/canned-wks/systemd-bootdisk.wks index df706e8aaa..d80189bcb7 100644 --- a/scripts/lib/wic/canned-wks/mksystemd-bootdisk.wks +++ b/scripts/lib/wic/canned-wks/systemd-bootdisk.wks @@ -1,6 +1,6 @@ -# short-description: Create an EFI disk image +# short-description: Create an EFI disk image with systemd-boot # long-description: Creates a partitioned EFI disk image that the user -# can directly dd to boot media. +# can directly dd to boot media. The selected bootloader is systemd-boot. part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --ondisk sda --label msdos --active --align 1024