Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- menu.rc.orig 2015-11-05 16:20:40.000000000 -0800
- +++ menu.rc 2015-11-05 16:20:22.000000000 -0800
- @@ -124,6 +124,14 @@ set menu_timeout_command="boot"
- \
- try-include /boot/menu.rc.local
- +\ Initialize boot environment variables
- +\
- +s" reloadbe" sfind ( xt|0 bool ) [if]
- + s" bootenv_autolist" getenv dup -1 = [if] drop execute [else]
- + s" YES" compare-insensitive 0= [if] execute [then]
- + [then]
- +[else] drop ( xt=0 ) [then]
- +
- \ Display the main menu (see `menu.4th')
- set menuset_initial=1
- menuset-loadinitial
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement