From 6e0f8e5eae825c5249c3a22e89dad712ef9eec19 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 07 Aug 2014 17:25:34 -0400 Subject: Initial commit --- (limited to 'src/run') 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" -- cgit v0.9.1