[oe-commits] [openembedded-core] 10/19: wic: add wks file to make use of exclude-path functionality

git at git.openembedded.org git at git.openembedded.org
Tue Feb 27 21:46:21 UTC 2018


This is an automated email from the git hooks/post-receive script.

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

commit ac8b437bb817341f4b6d03f53080a56560212b6e
Author: California Sullivan <california.l.sullivan at intel.com>
AuthorDate: Mon Oct 23 14:46:36 2017 -0700

    wic: add wks file to make use of exclude-path functionality
    
    Using --exclude-path and a wks.in file we can create an image that takes
    the /boot/ directory for the boot partition, has an empty /boot/
    directory in the rootfs partition. The boot partition gets mounted to
    /boot/ after startup.
    
    Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
---
 scripts/lib/wic/canned-wks/efi-bootdisk.wks.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/scripts/lib/wic/canned-wks/efi-bootdisk.wks.in b/scripts/lib/wic/canned-wks/efi-bootdisk.wks.in
new file mode 100644
index 0000000..7300e65
--- /dev/null
+++ b/scripts/lib/wic/canned-wks/efi-bootdisk.wks.in
@@ -0,0 +1,3 @@
+bootloader --ptable gpt
+part /boot --source rootfs --rootfs-dir=${IMAGE_ROOTFS}/boot --fstype=vfat --label boot --active --align 1024 --use-uuid --overhead-factor 1.0
+part / --source rootfs --fstype=ext4 --label root --align 1024 --exclude-path boot/

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


More information about the Openembedded-commits mailing list