Quote:
Originally Posted by sach1n
Hi all,
Have any one tried puppy with lilo
if yes, please post conf file
I want to use puppy4.2.1(frugal)
|
I personally have never used puppy.The basic lilo.conf file should explain how to setup yours though. If I were to do it myself it might look something like this:
boot=/dev/hda <--change to your hard drive partition
map=/boot/map <---change path to your System.map
prompt
timeout=50
compact
lba32
default=linux
image=/boot/vmlinuz-2.4.0-0.43.6 <---Kernel image location
label=linux
initrd=/boot/initrd-2.4.0-0.43.6.img <---Remove if you have no initrd
read-only
root=/dev/hda5 <---Change to you linux root partition
I hope this gives you an idea of how to do your own.