Displaying 2 results from an estimated 2 matches for "extraparamforboot2".
2008 Oct 22
1
NEW: COM32 module to alias
...f, 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 alias.c32
APPEND boot1 extraParamForBoot2
I created this as I've got several instances of both short names and
extra APPENDd parameters in a config file I use. The only thing that
would be better (i...
2008 Oct 27
0
NEW: COM32 module to alias (Revised)
...f, 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 alias.c32
APPEND boot1 extraParamForBoot2
I created this as I've got several instances of both short names and
extra APPENDd parameters in a config file I use. The only thing that
would be better (i...