mirror of
git://git.yoctoproject.org/poky
synced 2026-09-26 16:10:36 +00:00
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
9 lines
225 B
BlitzBasic
9 lines
225 B
BlitzBasic
# Simple initramfs image. Mostly used for live images.
|
|
|
|
IMAGE_INSTALL = "initramfs-live-boot initramfs-live-install busybox udev"
|
|
|
|
export IMAGE_BASENAME = "poky-image-minimal-initramfs"
|
|
IMAGE_LINGUAS = ""
|
|
|
|
inherit poky-image
|