Add tryboot.lst grub scanning feature
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
This commit is contained in:
parent
cbe1a14050
commit
0a2829f47d
1 changed files with 20 additions and 0 deletions
20
configs/install-iso/boot-files/grub/tryboot.lst
Normal file
20
configs/install-iso/boot-files/grub/tryboot.lst
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
timeout 0
|
||||||
|
default 0
|
||||||
|
|
||||||
|
title Scanning for /boot/grub/menu.lst
|
||||||
|
fallback 1
|
||||||
|
find --set-root --ignore-floppies /boot/grub/menu.lst
|
||||||
|
configfile /boot/grub/menu.lst
|
||||||
|
|
||||||
|
title Scanning for /grub/menu.lst
|
||||||
|
fallback 2
|
||||||
|
find --set-root --ignore-floppies /grub/menu.lst
|
||||||
|
configfile /grub/menu.lst
|
||||||
|
|
||||||
|
title Scanning for /menu.lst
|
||||||
|
fallback 3
|
||||||
|
find --set-root --ignore-floppies /menu.lst
|
||||||
|
configfile /menu.lst
|
||||||
|
|
||||||
|
title Manual
|
||||||
|
commandline
|
Loading…
Add table
Reference in a new issue