Add configuration for our boot menus
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
80e6ba2b0f
commit
869d578533
30 changed files with 923 additions and 0 deletions
12
config/bootloaders/pxelinux/live.cfg.in
Normal file
12
config/bootloaders/pxelinux/live.cfg.in
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
label live-@FLAVOUR@
|
||||
menu label ^Live (@FLAVOUR@)
|
||||
menu default
|
||||
linux @LINUX@
|
||||
initrd @INITRD@
|
||||
append @APPEND_LIVE@
|
||||
|
||||
label live-@FLAVOUR@-failsafe
|
||||
menu label ^Live (@FLAVOUR@ failsafe)
|
||||
linux @LINUX@
|
||||
initrd @INITRD@
|
||||
append @APPEND_LIVE_FAILSAFE@
|
||||
Loading…
Add table
Add a link
Reference in a new issue