bf4a6490e4
This commit adds a number of test cases for various filesystem formats: ext2/3/4, iso9660, jffs2, squashfs, ubi/ubifs and yaffs2. All of them except yaffs2 are runtime tested. The iso9660 set of test cases is particularly rich, testing the proper operation of the iso9660 support with all of grub, grub2 and isolinux. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
21 lines
453 B
Plaintext
21 lines
453 B
Plaintext
default 0
|
|
timeout 1
|
|
|
|
# Used when no splashimage is used
|
|
color cyan/blue white/blue
|
|
|
|
# Gets enabled/disabled depending on Grub support for splashimage
|
|
splashimage /boot/grub/splash.xpm.gz
|
|
|
|
# Used when a splashimage is enabled
|
|
foreground 000000
|
|
background cccccc
|
|
|
|
title Buildroot ISO9660 image
|
|
kernel __KERNEL_PATH__ root=/dev/sr0 console=ttyS0,115200
|
|
initrd __INITRD_PATH__
|
|
|
|
title Hard Drive (first partition)
|
|
rootnoverify (hd0)
|
|
chainloader +1
|