On Sunday 28 January 2001 08:54 pm, Oliver L. Plaine Jr. wrote:
> On Sun, 28 Jan 2001 20:14:59 -0500, salman wrote:
> >i can only have one altogether? so are the other two screwing things
> > up?

> I do not profess to being an expert Salman, not ever having this
> problem...but from just reading of the fish flopping in this list..I
> have learned that Lilo can only have one append line and that line can
> have multiple information entries....
>
>       There is always the possibility that I have learned it
> incorrectly however...in which case Mark or Tom should jump on me at
> this point?

  Not to jump Olly, but I believe there's a clarification to be made. 
Each "title" section in grub's menu.lst, or each "label" section in 
lilo's lilo.conf, can have it's own and different 'append=' line. So 
while there could be many 'append=' lines in the conf file, there should
only be one per section (title / label).

   For example, in the excerpt from my lilo.conf below, there's 4 
'append=' lines, but only one per section.  The line for my 'failsafe'
is one statement, but with multiple items in it.  I believe that's the 
source of Salman's confusion.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`
other=/dev/hda1
        label=dos
        table=/dev/hda
other=/dev/fd0
        label=floppy
        unsafe
image=/boot/vmlinuz
        label=linux
        root=/dev/hdb6
        initrd=/boot/initrd.img
        append=" hdd=ide-scsi"
        vga=788
        read-only
image=/boot/vmlinuz
        label=linux-nonfb
        root=/dev/hdb6
        initrd=/boot/initrd.img
        append=" hdd=ide-scsi"
        read-only
image=/boot/vmlinuz
        label=failsafe
        root=/dev/hdb6
        initrd=/boot/initrd.img
        append=" hdd=ide-scsi failsafe"
        read-only
image=/boot/vmlinuz-2.4.0-11mdk
        label=240-11
        root=/dev/hdb6
        read-only
        initrd=/boot/initrd-2.4.0-11mdk.img
        append=" hdd=ide-scsi"
        vga=788
        optional
-- 
Tom Brinkman        [EMAIL PROTECTED]        Galveston Bay

Reply via email to