poky/meta/packages/images/poky-image-minimal-initramfs.bb
Samuel Ortiz 460d93416d 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
2008-10-08 14:31:12 +00:00

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