Displaying 2 results from an estimated 2 matches for "appendd".
Did you mean:
append
2008 Oct 22
1
NEW: COM32 module to alias
...mm at gmail.com>
alias.c: A simple COM32 module that allows the creation of an alias
within the config for SYSLINUX, etc.
Signed-off-by: Gene Cumm <gene.cumm at gmail.com>
---
If, for example, you had two labels that only differed by the length
of the label (a short name) or additional APPENDd parameters, this
would reduce the amount of copies of the same configuration.
LABEL boot1
KERNEL kernel
APPEND initrd=initrd.img
LABEL boot2
KERNEL kernel
APPEND initrd=initrd.img extraParamForBoot2
could be shortened to
LABEL boot1
KERNEL kernel
APPEND initrd=initrd.img
LABEL boot2
KERNEL ali...
2008 Oct 27
0
NEW: COM32 module to alias (Revised)
...ink
that this file, if included into SYSLINUX, would be most appropriately
placed in either com32/samples or com32/modules, depending on where H.
Peter Anvin feels it is most appropriate.
If, for example, you had two labels that only differed by the length
of the label (a short name) or additional APPENDd parameters, this
would reduce the amount of copies of the same configuration.
LABEL boot1
KERNEL kernel
APPEND initrd=initrd.img
LABEL boot2
KERNEL kernel
APPEND initrd=initrd.img extraParamForBoot2
could be shortened to
LABEL boot1
KERNEL kernel
APPEND initrd=initrd.img
LABEL boot2
KERNEL ali...