Vic 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
>
> On Wed, 17 Jan 2001, A V Flinsch wrote:
> > Do all of the following as root
> >
> > add a line that looks like
> > append=" hdd=ide-scsi"
> > to the correct stanza in /etc/lilo.conf
> >
> >
> > then execute /sbin/lilo
> >
> > next  add the following lines to the end of
> > /etc/rc.d/rc.local
> > modprobe ide-scsi
> > modprob sg
> >
> >
> > now reboot, you should be able to access your cdwriter on
> > /dev/scd0 if this works, edit your /etc/fstab to reflect
> > this, and try writing a cd.

Vic....you have 2 append lines that need to merged into one 
single line, like this:

append="65532k hdd=ide-scsi"

(only one set of quotes and a single space between arguments)
-- 
Alan

Reply via email to