Initial import from 0.5a version.
[secure-linux-project.git] / encrypt / lilo.conf
1 lba32
2 boot=/dev/hda
3 root=/dev/ram0
4 map=/boot/map
5 delay=200
6 timeout=100
7 prompt
8 vga=extended
9 menu-title=" Quix0r's Computer "
10
11 default=Linux
12
13 image=/boot/vmlinuz-2.4.32
14         label=Linux
15         initrd=/boot/initrd.gz
16         append="root=/dev/ram0 init=/linuxrc rw ramdisk_size=5120"