795df97093
After having extended the iso9660 support to allow isolinux as an alternative to grub, this commit adds grub2 as a third alternative. With the previous work done to support isolinux, adding support for grub2 is fairly trivial. [Thomas: set timeout to 10 seconds and not 5 seconds, in order to match the configuration used for grub.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
8 lines
121 B
INI
8 lines
121 B
INI
set default="0"
|
|
set timeout="10"
|
|
|
|
menuentry "Buildroot" {
|
|
linux __KERNEL_PATH__ root=/dev/sr0
|
|
initrd __INITRD_PATH__
|
|
}
|