diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-06-28 10:19:27 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-06-28 10:19:27 (EDT) |
commit | 758e4470939df053201e7377fe45b39147584e2a (patch) | |
tree | 6f890117f906317f11c97d48758ac0c66e60ee2f /src | |
parent | 1875d216059721bcd2c0288b33dc1dabe02fb92a (diff) |
Add run-time configuration for lilo.
Diffstat (limited to 'src')
-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 |