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
AUTO_SYSLINUXCFG = "1"
INITRD = "${DEPLOY_DIR_IMAGE}/poky-image-minimal-initramfs-${MACHINE}.cpio.gz"
-LABELS = "poky"
APPEND += "root=/dev/ram0 "
+TIMEOUT = "10"
EXCLUDE_FROM_WORLD = "1"
-# Sample initramfs image, very minimal
+# Simple initramfs image. Mostly used for live images.
-IMAGE_INSTALL = "initramfs-live-boot busybox udev"
+IMAGE_INSTALL = "initramfs-live-boot initramfs-live-install busybox udev"
export IMAGE_BASENAME = "poky-image-minimal-initramfs"
IMAGE_LINGUAS = ""
--- /dev/null
+DESCRIPTION = "Netbook Bootable Live Image"
+
+require poky-image-live.inc
+
+LABELS += "install"
+
+ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-netbook-${MACHINE}.ext3"
+
+do_bootimg[depends] += "poky-image-netbook:do_rootfs"
require poky-image-live.inc
+LABELS += "boot install"
+
ROOTFS = "${DEPLOY_DIR_IMAGE}/poky-image-netbook-${MACHINE}.ext3"
-TIMEOUT = "3"
do_bootimg[depends] += "poky-image-netbook:do_rootfs"
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"