summaryrefslogtreecommitdiffstats
path: root/meta/packages/images/poky-image-sato-live.bb
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@openedhand.com>2008-10-08 14:31:12 +0000
committerSamuel Ortiz <sameo@openedhand.com>2008-10-08 14:31:12 +0000
commit460d93416d2f0dba887ffe83d781d7bf05da0017 (patch)
treece6730dfb51127883a37131529d8f0c8be9b6377 /meta/packages/images/poky-image-sato-live.bb
parent864a4adacfdab389ca0492463d6238f9360dd903 (diff)
downloadpoky-460d93416d2f0dba887ffe83d781d7bf05da0017.tar.gz
poky-image-netbook: Add installation script
By typing "install" from the syslinux prompt, you should boot into the netbook image installation script. That will install the netbook image in your selected hard drive. By default, the netbook-live image will continue booting the live image. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5456 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/images/poky-image-sato-live.bb')
-rw-r--r--meta/packages/images/poky-image-sato-live.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/images/poky-image-sato-live.bb b/meta/packages/images/poky-image-sato-live.bb
index e2cc2c209f..9b686e812c 100644
--- a/meta/packages/images/poky-image-sato-live.bb
+++ b/meta/packages/images/poky-image-sato-live.bb
@@ -2,7 +2,8 @@ DESCRIPTION = "Sato Bootable Live Image"
2 2
3require poky-image-live.inc 3require poky-image-live.inc
4 4
5LABELS += "boot install"
6
5ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sato-${MACHINE}.ext3" 7ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sato-${MACHINE}.ext3"
6TIMEOUT = "3"
7 8
8do_bootimg[depends] += "poky-image-sato:do_rootfs" 9do_bootimg[depends] += "poky-image-sato:do_rootfs"