diff options
Diffstat (limited to 'sys-boot/shlilo-lantank/files/lilo.conf')
-rw-r--r-- | sys-boot/shlilo-lantank/files/lilo.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sys-boot/shlilo-lantank/files/lilo.conf b/sys-boot/shlilo-lantank/files/lilo.conf new file mode 100644 index 000000000000..cd5bc81d3835 --- /dev/null +++ b/sys-boot/shlilo-lantank/files/lilo.conf @@ -0,0 +1,16 @@ +# Example lilo.conf +linear +boot=/dev/hda +install=/boot/boot.b + +# timeout is in 10's of milliseconds; so 100 is 1 second +prompt +timeout=800 +default=default + +# default kernel settings +read-only +append="mem=64M root=/dev/hda1 console=ttySC1,9600" + +image=/boot/zImage + label=default |