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-10-01 21:45:55 +0100 |
commit | d19645bcde67be5030cb53f4b492ad86631166f1 (patch) | |
tree | f50532cd278e544b2e04a1ca2d14d1263f6495b5 /scripts | |
parent | fe0114869ec386ebbd7fd002df9532f39c8285f2 (diff) | |
download | poky-d19645bcde67be5030cb53f4b492ad86631166f1.tar.gz |
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".
(From OE-Core rev: 6303dbbaa08214a37caf38e3b6b5a30a108bd3b7)
Signed-off-by: Jianxun Zhang <jianxun.zhang@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-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 @@ | |||
1 | # short-description: Create an EFI disk image | 1 | # short-description: Create an EFI disk image with systemd-boot |
2 | # long-description: Creates a partitioned EFI disk image that the user | 2 | # long-description: Creates a partitioned EFI disk image that the user |
3 | # can directly dd to boot media. | 3 | # can directly dd to boot media. The selected bootloader is systemd-boot. |
4 | 4 | ||
5 | part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --ondisk sda --label msdos --active --align 1024 | 5 | part /boot --source bootimg-efi --sourceparams="loader=systemd-boot" --ondisk sda --label msdos --active --align 1024 |
6 | 6 | ||