diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-08-07 17:25:34 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-08-07 17:25:34 (EDT) |
commit | 6e0f8e5eae825c5249c3a22e89dad712ef9eec19 (patch) | |
tree | 710e2fd0ea63af59c6922bbb8ff713fb973de2c9 /src/run/lilo |
Initial commit
Diffstat (limited to 'src/run/lilo')
-rw-r--r-- | src/run/lilo/etc/lilo.conf.in | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/run/lilo/etc/lilo.conf.in b/src/run/lilo/etc/lilo.conf.in new file mode 100644 index 0000000..5a8f7ca --- /dev/null +++ b/src/run/lilo/etc/lilo.conf.in @@ -0,0 +1,23 @@ +boot = @BOOT@ +prompt +bitmap = /boot/tuxlogo.bmp +timeout = 50 +lba32 +compact +verbose = 1 +vga = normal + +image = /boot/vmlinuz + label = "ProteanOS 1.0" + read-write + append = "root=@ROOT@ fbcon=font:MPLUS_1M_REGULAR_11x22" + +image = /boot/vmlinuz.old + label = "ProteanOS 1.0 ~" + read-write + append = "root=@ROOT@ fbcon=font:MPLUS_1M_REGULAR_11x22" + +image = /boot/vmlinuz + label = "ProteanOS 1.0 +" + read-write + append = "root=@ROOT@ fbcon=font:MPLUS_1M_REGULAR_16x32" |