diff options
Diffstat (limited to 'src/run/lilo')
-rw-r--r-- | src/run/lilo/etc/lilo.conf.in | 26 |
1 files changed, 26 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..d8ff7b4 --- /dev/null +++ b/src/run/lilo/etc/lilo.conf.in @@ -0,0 +1,26 @@ +boot = @BOOT@ +prompt +bitmap = /boot/tuxlogo.bmp +timeout = 50 +lba32 +compact +verbose = 1 +vga = normal + +image = /boot/vmlinuz + label = "ProteanOS 1.0" + root = @ROOT@ + read-write + append = "fbcon=font:MPLUS_1M_REGULAR_11x22" + +image = /boot/vmlinuz.old + label = "ProteanOS 1.0 ~" + root = @ROOT@ + read-write + append = "fbcon=font:MPLUS_1M_REGULAR_11x22" + +image = /boot/vmlinuz + label = "ProteanOS 1.0 +" + root = @ROOT@ + read-write + append = "fbcon=font:MPLUS_1M_REGULAR_16x32" |