packages/utils/lilo/bdlilo.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

28 lines
501 B
Plaintext
Executable File

serial=0,115200n8
boot =/dev/loop1
disk =/dev/loop1
bios =0x80
sectors =63
heads =255
cylinders =999
lba32
compact
install =mount/boot/boot.b
map =mount/boot/map
prompt
delay =1
timeout =100
message =mount/etc/boot.msg
append =" root=/dev/ram0 console=ttyS0,115200n81 "
image =mount/vmlinuz
label =openwrt
initrd =mount/initrd.gz
image =mount/vmlinuz
label =ramdisk
initrd =mount/initrd.gz
append =" NOPIVOT=1 root=/dev/ram0 console=ttyS0,115200n81"