syslinux: fix missing hotkeys
for some reason the syslinux folder one had these but not the others. probably a result of having four separate copies of the files and this part of the past change to expand the install menus failed to be duplicated. Gbp-Dch: Short
This commit is contained in:
parent
e7df05cd29
commit
41ca745b6c
|
@ -19,19 +19,19 @@ menu begin install
|
|||
menu exit
|
||||
|
||||
label expert
|
||||
menu label Expert install
|
||||
menu label ^Expert install
|
||||
linux @KERNEL_DI@
|
||||
initrd @INITRD_DI@
|
||||
append priority=low vga=788 @APPEND_INSTALL@
|
||||
|
||||
label rescue
|
||||
menu label Rescue mode
|
||||
menu label ^Rescue mode
|
||||
linux @KERNEL_DI@
|
||||
initrd @INITRD_DI@
|
||||
append rescue/enable=true vga=788 @APPEND_INSTALL@ --- quiet
|
||||
|
||||
label auto
|
||||
menu label Automated install
|
||||
menu label ^Automated install
|
||||
linux @KERNEL_DI@
|
||||
initrd @INITRD_DI@
|
||||
append auto=true priority=critical vga=788 @APPEND_INSTALL@ --- quiet
|
||||
|
|
|
@ -19,19 +19,19 @@ menu begin install
|
|||
menu exit
|
||||
|
||||
label expert
|
||||
menu label Expert install
|
||||
menu label ^Expert install
|
||||
linux @KERNEL_DI@
|
||||
initrd @INITRD_DI@
|
||||
append priority=low vga=788 @APPEND_INSTALL@
|
||||
|
||||
label rescue
|
||||
menu label Rescue mode
|
||||
menu label ^Rescue mode
|
||||
linux @KERNEL_DI@
|
||||
initrd @INITRD_DI@
|
||||
append rescue/enable=true vga=788 @APPEND_INSTALL@ --- quiet
|
||||
|
||||
label auto
|
||||
menu label Automated install
|
||||
menu label ^Automated install
|
||||
linux @KERNEL_DI@
|
||||
initrd @INITRD_DI@
|
||||
append auto=true priority=critical vga=788 @APPEND_INSTALL@ --- quiet
|
||||
|
|
|
@ -19,19 +19,19 @@ menu begin install
|
|||
menu exit
|
||||
|
||||
label expert
|
||||
menu label Expert install
|
||||
menu label ^Expert install
|
||||
linux @KERNEL_DI@
|
||||
initrd @INITRD_DI@
|
||||
append priority=low vga=788 @APPEND_INSTALL@
|
||||
|
||||
label rescue
|
||||
menu label Rescue mode
|
||||
menu label ^Rescue mode
|
||||
linux @KERNEL_DI@
|
||||
initrd @INITRD_DI@
|
||||
append rescue/enable=true vga=788 @APPEND_INSTALL@ --- quiet
|
||||
|
||||
label auto
|
||||
menu label Automated install
|
||||
menu label ^Automated install
|
||||
linux @KERNEL_DI@
|
||||
initrd @INITRD_DI@
|
||||
append auto=true priority=critical vga=788 @APPEND_INSTALL@ --- quiet
|
||||
|
|
Loading…
Reference in New Issue