Using dedicated initrd line in syslinux configurations rather than stuffing everything in one line.
This commit is contained in:
parent
68331c3f97
commit
b693418459
|
@ -2,10 +2,12 @@ label live-@FLAVOUR@
|
|||
menu label ^Live (@FLAVOUR@)
|
||||
menu default
|
||||
kernel @KERNEL@
|
||||
append initrd=@INITRD@ boot=live config @LB_BOOTAPPEND_LIVE@
|
||||
initrd @INITRD@
|
||||
append boot=live config @LB_BOOTAPPEND_LIVE@
|
||||
|
||||
label live-@FLAVOUR@-failsafe
|
||||
menu label ^Live (@FLAVOUR@ failsafe)
|
||||
menu default
|
||||
kernel @KERNEL@
|
||||
append initrd=@INITRD@ boot=live config @LB_BOOTAPPEND_LIVE@ @LB_BOOTAPPEND_FAILSAFE@
|
||||
initrd @INITRD@
|
||||
append boot=live config @LB_BOOTAPPEND_LIVE@ @LB_BOOTAPPEND_FAILSAFE@
|
||||
|
|
|
@ -2,10 +2,12 @@ label live-@FLAVOUR@
|
|||
menu label ^Live (@FLAVOUR@)
|
||||
menu default
|
||||
kernel @KERNEL@
|
||||
append initrd=@INITRD@ boot=live config @LB_BOOTAPPEND_LIVE@
|
||||
initrd @INITRD@
|
||||
append boot=live config @LB_BOOTAPPEND_LIVE@
|
||||
|
||||
label live-@FLAVOUR@-failsafe
|
||||
menu label ^Live (@FLAVOUR@ failsafe)
|
||||
menu default
|
||||
kernel @KERNEL@
|
||||
append initrd=@INITRD@ boot=live config @LB_BOOTAPPEND_LIVE@ @LB_BOOTAPPEND_FAILSAFE@
|
||||
initrd @INITRD@
|
||||
append boot=live config @LB_BOOTAPPEND_LIVE@ @LB_BOOTAPPEND_FAILSAFE@
|
||||
|
|
|
@ -2,10 +2,12 @@ label live-@FLAVOUR@
|
|||
menu label ^Live (@FLAVOUR@)
|
||||
menu default
|
||||
kernel @KERNEL@
|
||||
append initrd=@INITRD@ boot=live config @LB_BOOTAPPEND_LIVE@
|
||||
initrd @INITRD@
|
||||
append boot=live config @LB_BOOTAPPEND_LIVE@
|
||||
|
||||
label live-@FLAVOUR@-failsafe
|
||||
menu label ^Live (@FLAVOUR@ failsafe)
|
||||
menu default
|
||||
kernel @KERNEL@
|
||||
append initrd=@INITRD@ boot=live config @LB_BOOTAPPEND_LIVE@ @LB_BOOTAPPEND_FAILSAFE@
|
||||
initrd @INITRD@
|
||||
append boot=live config @LB_BOOTAPPEND_LIVE@ @LB_BOOTAPPEND_FAILSAFE@
|
||||
|
|
|
@ -2,10 +2,12 @@ label live-@FLAVOUR@
|
|||
menu label ^Live (@FLAVOUR@)
|
||||
menu default
|
||||
kernel @KERNEL@
|
||||
append initrd=@INITRD@ boot=live config @LB_BOOTAPPEND_LIVE@
|
||||
initrd @INITRD@
|
||||
append boot=live config @LB_BOOTAPPEND_LIVE@
|
||||
|
||||
label live-@FLAVOUR@-failsafe
|
||||
menu label ^Live (@FLAVOUR@ failsafe)
|
||||
menu default
|
||||
kernel @KERNEL@
|
||||
append initrd=@INITRD@ boot=live config @LB_BOOTAPPEND_LIVE@ @LB_BOOTAPPEND_FAILSAFE@
|
||||
initrd @INITRD@
|
||||
append boot=live config @LB_BOOTAPPEND_LIVE@ @LB_BOOTAPPEND_FAILSAFE@
|
||||
|
|
Loading…
Reference in New Issue