diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-10-18 22:16:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-10-18 22:16:16 +0000 |
commit | 7ef020bb1bf7994f620f0426a614535cba0995f3 (patch) | |
tree | 5d792a3d58acabbe004d24eafa14e563d3f0bce2 /sys-boot/shlilo-lantank/files | |
parent | QA fixes; IUSE is not defined (diff) | |
download | gentoo-2-7ef020bb1bf7994f620f0426a614535cba0995f3.tar.gz gentoo-2-7ef020bb1bf7994f620f0426a614535cba0995f3.tar.bz2 gentoo-2-7ef020bb1bf7994f620f0426a614535cba0995f3.zip |
Initial ebuild by me.
(Portage version: 2.2_rc46/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'sys-boot/shlilo-lantank/files')
-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 |