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-live.inc | |
parent | 864a4adacfdab389ca0492463d6238f9360dd903 (diff) | |
download | poky-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-live.inc')
-rw-r--r-- | meta/packages/images/poky-image-live.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/images/poky-image-live.inc b/meta/packages/images/poky-image-live.inc index 637d9e29cc..7f8dd8fba5 100644 --- a/meta/packages/images/poky-image-live.inc +++ b/meta/packages/images/poky-image-live.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | AUTO_SYSLINUXCFG = "1" | 1 | AUTO_SYSLINUXCFG = "1" |
2 | INITRD = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-initramfs-${MACHINE}.cpio.gz" | 2 | INITRD = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-initramfs-${MACHINE}.cpio.gz" |
3 | LABELS = "poky" | ||
4 | APPEND += "root=/dev/ram0 " | 3 | APPEND += "root=/dev/ram0 " |
4 | TIMEOUT = "10" | ||
5 | 5 | ||
6 | EXCLUDE_FROM_WORLD = "1" | 6 | EXCLUDE_FROM_WORLD = "1" |
7 | 7 | ||