Using dedicated initrd line in syslinux configurations rather than stuffing everything in one line.

This commit is contained in:
Daniel Baumann 2012-09-30 08:30:06 +02:00
parent 68331c3f97
commit b693418459
4 changed files with 16 additions and 8 deletions

View File

@ -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@

View File

@ -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@

View File

@ -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@

View File

@ -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@