diff options
-rw-r--r-- | src/run/lilo/etc/lilo.conf.in | 12 |
1 files changed, 12 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..5a91ef9 --- /dev/null +++ b/src/run/lilo/etc/lilo.conf.in @@ -0,0 +1,12 @@ +boot = @BOOT@ +prompt +timeout = 50 +lba32 +compact +verbose = 1 +vga = normal + +image = /boot/vmlinuz + label = "ProteanOS 1.0" + root = @BOOT@1 + read-write |