packages/utils/lilo/lilo.conf
groz 1a0c0e1922 Add lilo package for use in making bootable images for x86
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4582 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-17 07:37:54 +00:00

25 lines
426 B
Plaintext
Executable File

serial=0,115200n8
disk=/dev/discs/disc0/disc
bios=0x80
lba32
compact
install =/boot/boot.b
map =/boot/map
backup =/dev/null
prompt
delay =1
timeout =100
message =/etc/boot.msg
append =" root=/dev/ram0 console=ttyS0,115200n81 "
image =/vmlinuz
label =openwrt
initrd =/initrd.gz
image =/vmlinuz
label =ramdisk
initrd =/initrd.gz
append =" NOPIVOT=1 root=/dev/ram0 console=ttyS0,115200n81"