diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-01-19 18:51:09 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-20 17:07:13 +0000 |
commit | bfaabe52091ad7102f06929c963a39f14b51bc71 (patch) | |
tree | adc50b141585c1aeb1e5964772f78a93a682033a /scripts/lib/wic/canned-wks/directdisk.wks | |
parent | 50a3dc5b2de4f04efa7cf392b6703c2bcaf118ff (diff) | |
download | poky-bfaabe52091ad7102f06929c963a39f14b51bc71.tar.gz |
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
(From OE-Core rev: 629c6381669bd4acdb1613229cd095881d2d9cd2)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/wic/canned-wks/directdisk.wks')
-rw-r--r-- | scripts/lib/wic/canned-wks/directdisk.wks | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/lib/wic/canned-wks/directdisk.wks b/scripts/lib/wic/canned-wks/directdisk.wks index af4c9eadaf..6db74a78b4 100644 --- a/scripts/lib/wic/canned-wks/directdisk.wks +++ b/scripts/lib/wic/canned-wks/directdisk.wks | |||
@@ -2,9 +2,7 @@ | |||
2 | # long-description: Creates a partitioned legacy BIOS disk image that the user | 2 | # long-description: Creates a partitioned legacy BIOS disk image that the user |
3 | # can directly dd to boot media. | 3 | # can directly dd to boot media. |
4 | 4 | ||
5 | 5 | include common.wks.inc | |
6 | part /boot --source bootimg-pcbios --ondisk sda --label boot --active --align 1024 | ||
7 | part / --source rootfs --ondisk sda --fstype=ext4 --label platform --align 1024 | ||
8 | 6 | ||
9 | bootloader --timeout=0 --append="rootwait rootfstype=ext4 video=vesafb vga=0x318 console=tty0" | 7 | bootloader --timeout=0 --append="rootwait rootfstype=ext4 video=vesafb vga=0x318 console=tty0" |
10 | 8 | ||