Initial import from 0.5a version.
[secure-linux-project.git] / encrypt / lilo.sample
1 lba32
2 # Change this matching to your $ASSET_DEVICE!
3 # And run lilo -v -C lilo.sample to setup your loader
4 boot=/dev/hda
5 root=/dev/ram0
6 map=/boot/map
7 delay=200
8 timeout=100
9 prompt
10 vga=extended
11
12 default=Linux
13
14 image=/boot/vmlinuz-2.6.13.2
15         label=Linux
16         initrd=/boot/initrd.gz
17         append="root=/dev/ram0 init=/linuxrc rw"