From 460d93416d2f0dba887ffe83d781d7bf05da0017 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Wed, 8 Oct 2008 14:31:12 +0000 Subject: 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 --- meta/packages/images/poky-image-sato-live.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/packages/images/poky-image-sato-live.bb') diff --git a/meta/packages/images/poky-image-sato-live.bb b/meta/packages/images/poky-image-sato-live.bb index e2cc2c209..9b686e812 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" -- cgit v1.2.3