summaryrefslogtreecommitdiff
path: root/scripts/lib/image/canned-wks
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@linux.intel.com>2014-07-11 15:51:27 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-07-16 10:06:44 +0100
commit136137ec1c124aee89d2120abded60a5cf0562b0 (patch)
treedb4b1b209ed9bc29345477fb2e66cf0dda234cc1 /scripts/lib/image/canned-wks
parentfa108caaa53878152e4856d32ce1ab7fe3802287 (diff)
downloadopenembedded-core-136137ec1c124aee89d2120abded60a5cf0562b0.tar.gz
openembedded-core-136137ec1c124aee89d2120abded60a5cf0562b0.tar.bz2
openembedded-core-136137ec1c124aee89d2120abded60a5cf0562b0.zip
wic: Add kickstart reference to help system
Add a 'wic kickstart' help section to make it easy for users to access the kickstart reference without having to go to an external website. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/image/canned-wks')
-rw-r--r--scripts/lib/image/canned-wks/directdisk.wks2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/image/canned-wks/directdisk.wks b/scripts/lib/image/canned-wks/directdisk.wks
index 397a929c74..62dcab15ce 100644
--- a/scripts/lib/image/canned-wks/directdisk.wks
+++ b/scripts/lib/image/canned-wks/directdisk.wks
@@ -3,7 +3,7 @@
# can directly dd to boot media.
-part /boot --source bootimg-pcbios --ondisk sda --fstype=msdos --label boot --active --align 1024
+part /boot --source bootimg-pcbios --ondisk sda --label boot --active --align 1024
part / --source rootfs --ondisk sda --fstype=ext3 --label platform --align 1024
bootloader --timeout=0 --append="rootwait rootfstype=ext3 video=vesafb vga=0x318 console=tty0"