diff options
author | Samuel Ortiz <sameo@openedhand.com> | 2008-10-08 14:31:12 +0000 |
---|---|---|
committer | Samuel Ortiz <sameo@openedhand.com> | 2008-10-08 14:31:12 +0000 |
commit | 460d93416d2f0dba887ffe83d781d7bf05da0017 (patch) | |
tree | ce6730dfb51127883a37131529d8f0c8be9b6377 /meta/packages/images/poky-image-sato-live.bb | |
parent | 864a4adacfdab389ca0492463d6238f9360dd903 (diff) | |
download | openembedded-core-460d93416d2f0dba887ffe83d781d7bf05da0017.tar.gz openembedded-core-460d93416d2f0dba887ffe83d781d7bf05da0017.tar.bz2 openembedded-core-460d93416d2f0dba887ffe83d781d7bf05da0017.zip |
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.bb | 3 |
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" require poky-image-live.inc +LABELS += "boot install" + ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-sato-${MACHINE}.ext3" -TIMEOUT = "3" do_bootimg[depends] += "poky-image-sato:do_rootfs" |