On Wednesday 17 January 2001 17:36, you wrote:
> Duplicate entry 'append' near line 17 in file /etc/lilo.conf
>
>
> what this mean?
>
> my lilo.conf
>
>
> boot=/dev/hda
> map=/boot/map
> install=/boot/boot.b
> vga=normal
> default=linux
> prompt
> timeout=50
> message=/boot/message
> other=/dev/fd0
>         label=floppy
>         unsafe
> image=/boot/vmlinuz
>         label=linux
>         root=/dev/hda5
>         initrd=/boot/initrd.img
>         append="65532k"
>         append="hdd=ide-scsi"
>         read-only

It means that you cannot have two appends

make it 

append="hdd=ide-scsi mem=64M"

Civileme

Reply via email to