From 629c6381669bd4acdb1613229cd095881d2d9cd2 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Tue, 19 Jan 2016 18:51:09 +0200 Subject: wic: move parts of canned .wks into common.wks.inc In order to give and example of 'include' feature of ks parser and for testing purposes common parts of 3 canned wks files were moved into common.wks.inc Signed-off-by: Ed Bartosh Signed-off-by: Richard Purdie --- scripts/lib/wic/canned-wks/common.wks.inc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/lib/wic/canned-wks/common.wks.inc (limited to 'scripts/lib/wic/canned-wks/common.wks.inc') diff --git a/scripts/lib/wic/canned-wks/common.wks.inc b/scripts/lib/wic/canned-wks/common.wks.inc new file mode 100644 index 0000000000..5cf2fd1f3e --- /dev/null +++ b/scripts/lib/wic/canned-wks/common.wks.inc @@ -0,0 +1,3 @@ +# This file is included into 3 canned wks files from this directory +part /boot --source bootimg-pcbios --ondisk sda --label boot --active --align 1024 +part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 -- cgit 1.2.3-korg