diff options
author | P. J. McDermott <pj@pehjota.net> | 2014-07-13 23:48:25 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2014-07-13 23:48:25 (EDT) |
commit | 5563d3b98401e2b807cb9ecf7783c331a46a6788 (patch) | |
tree | 0e3c729607716937c9440aaa9982948a89b674ab /src | |
parent | 3d6836b070c9afda8de41ccbfe63c809e8af5d1c (diff) |
lilo: Use install-lilo's new "@ROOT@" macro
Diffstat (limited to 'src')
-rw-r--r-- | src/run/lilo/etc/lilo.conf.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/run/lilo/etc/lilo.conf.in b/src/run/lilo/etc/lilo.conf.in index 444868e..86d692c 100644 --- a/src/run/lilo/etc/lilo.conf.in +++ b/src/run/lilo/etc/lilo.conf.in @@ -9,18 +9,18 @@ vga = normal image = /boot/vmlinuz label = "ProteanOS 1.0" - root = @BOOT@1 + root = @ROOT@1 read-write append = "fbcon=font:MPLUS_1M_REGULAR_12x22" image = /boot/vmlinuz.old label = "ProteanOS 1.0 ~" - root = @BOOT@1 + root = @ROOT@1 read-write append = "fbcon=font:MPLUS_1M_REGULAR_12x22" image = /boot/vmlinuz label = "ProteanOS 1.0 +" - root = @BOOT@1 + root = @ROOT@1 read-write append = "fbcon=font:MPLUS_1M_REGULAR_17x32" |