diff options
author | Jianxun Zhang <jianxun.zhang@linux.intel.com> | 2016-07-26 16:39:20 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-30 17:11:31 +0100 |
commit | 6303dbbaa08214a37caf38e3b6b5a30a108bd3b7 (patch) | |
tree | 95110a41036c230a3517f252e0d68c9172d423ff /scripts/lib/wic | |
parent | 7efbe5e696d3445d10e6d1554eb1285b84a59914 (diff) | |
download | openembedded-core-6303dbbaa08214a37caf38e3b6b5a30a108bd3b7.tar.gz openembedded-core-6303dbbaa08214a37caf38e3b6b5a30a108bd3b7.tar.bz2 openembedded-core-6303dbbaa08214a37caf38e3b6b5a30a108bd3b7.zip |
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 <jianxun.zhang@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/lib/wic')
-rw-r--r-- | scripts/lib/wic/canned-wks/systemd-bootdisk.wks (renamed from scripts/lib/wic/canned-wks/mksystemd-bootdisk.wks) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/lib/wic/canned-wks/mksystemd-bootdisk.wks b/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 |