[oe-commits] [openembedded-core] 02/30: wic: rename and amend systemd-boot wks file

git at git.openembedded.org git at git.openembedded.org
Fri Sep 30 16:16:07 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 6303dbbaa08214a37caf38e3b6b5a30a108bd3b7
Author: Jianxun Zhang <jianxun.zhang at linux.intel.com>
AuthorDate: Tue Jul 26 16:39:20 2016 -0700

    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 at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 .../wic/canned-wks/{mksystemd-bootdisk.wks => systemd-bootdisk.wks}   | 4 ++--
 1 file 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
similarity index 77%
rename from scripts/lib/wic/canned-wks/mksystemd-bootdisk.wks
rename to scripts/lib/wic/canned-wks/systemd-bootdisk.wks
index df706e8..d80189b 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
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list