Displaying 3 results from an estimated 3 matches for "addappend".
2010 Oct 04
0
No subject
...APPEND ro root=/dev/sda2 resume=/dev/sda1 panic=30
>
> LABEL vmlinuz
> ? MENU LABEL Linux (^default)
> ? LINUX /boot/vmlinuz
> ? INITRD /boot/initrd.img
>
> LABEL failsafe
> ? MENU LABEL Linux (^failsafe mode)
> ? LINUX /boot/vmlinuz
> ? INITRD /boot/initrd.img
> ? ADDAPPEND failsafe vga=normal
>
> LABEL vmlinuz-2.6.26
> ? MENU LABEL Kernel (2.6.26)
> ? LINUX ?/boot/vmlinuz-2.6.26
> ? INITRD /boot/initrd-2.6.26.img
>
> LABEL vmlinuz-2.6.32
> ? MENU LABEL Kernel (2.6.32)
> ? LINUX ?/boot/vmlinuz-2.6.32
> ? INITRD /boot/initrd-2.6.32.img
>...
2010 Oct 15
2
configuration directive fixes
Hi Peter,
please pull from:
git://git.altlinux.org/people/legion/packages/syslinux.git config-directives-for-hpa
There are two fixes for the config files:
Alexey Gladkov (2):
Add 'ADDAPPEND' directive
Parameters from the 'APPEND' are ignored when the 'UI' directive is used
--
Rgrds, legion
2004 Dec 29
1
feature requests for 3.01
1. \ at end of lines (in pxelinux.cfg/default, etc) causing/allowing
line-wrap ?
for those of us who prefer 80 column screens, and 1 item per line.
2. label-specific APPEND adds onto global APPEND
( currently replaces it IIUC )
maybe this needs a separate keyword ADDAPPEND
(255 char limit still applies im sure)
3. strip trailing # comments
( I havent verified that it currently blows up)
it would be great if strip happens before '\' EOL line catenation,
thus allowing
LABEL foo # everyone needs a foo
kernel vmlinuz
APPEND...