mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
emenlow: linux - add enough config options to boot a live image
USB_STORAGE is needed to see a USB key in the first place. BLK_DEV_INITRD and RD_GIP are needed to read the initrd in the image. BLK_DEV_RAM and BLK_DEV_LOOP enable the ramdisk and loop devices used during boot. NLS_CODEPAGE_437 and NLS_ISO8859_1 are needed by vfat in order to mount the filesystem on the key. Signed-off-by: Jeff Dike <jdike@linux.intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
637ad7ef8c
commit
9d4a4295db
@@ -53,3 +53,12 @@ CONFIG_FB_CFB_COPYAREA=y
|
||||
CONFIG_FB_CFB_IMAGEBLIT=y
|
||||
CONFIG_FB_CFB_FILLRECT=y
|
||||
CONFIG_VIDEO_FB_IVTV=y
|
||||
|
||||
# Needed for booting (and using) USB memory sticks
|
||||
CONFIG_USB_STORAGE=y
|
||||
CONFIG_BLK_DEV_RAM=y
|
||||
CONFIG_BLK_DEV_LOOP=y
|
||||
CONFIG_BLK_DEV_INITRD=y
|
||||
CONFIG_RD_GZIP=y
|
||||
CONFIG_NLS_CODEPAGE_437=y
|
||||
CONFIG_NLS_ISO8859_1=y
|
||||
|
||||
Reference in New Issue
Block a user