diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/run/lilo/etc/lilo.conf.in | 21 |
1 files changed, 21 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..8c7959d --- /dev/null +++ b/src/run/lilo/etc/lilo.conf.in @@ -0,0 +1,21 @@ +boot = @BOOT@ +prompt +bitmap = /boot/proteanos.bmp +bmp-table = 55,8,1,16, +bmp-colors = 0,,,1,, +bmp-timer = none +timeout = 50 +lba32 +compact +verbose = 1 +vga = normal + +image = /boot/vmlinuz + label = "Default" + read-write + append = "root=@ROOT@" + +image = /boot/vmlinuz.old + label = "Old kernel" + read-write + append = "root=@ROOT@" |