I want to add the following append statement to lilo.conf
append="hdd=ide-scsi"
append="mem=64M"
So it looks like this:
<snip>
image=/boot/linux-2.2.12
label=linux
initrd=/boot/initrd-2.2.12-20.img
read-only
root=/dev/hda2
append="hdd=ide-scsi"
append="mem=64M"
other=/dev/hda1
label=dos
But upon running lilo it gives me the error of stating there are 2 append
statements.
So I tried append="hdd=ide-scsi;mem=64M"
and that didn't help CD burner any.
How can I get Lilo to recognise both append statements ?
Anyway around this conundrum ?
Larry <[EMAIL PROTECTED]>
--
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.