diff options
Diffstat (limited to 'src/run')
-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" |