diff options
author | Matt Wilson <msw@redhat.com> | 2000-05-17 04:55:22 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2000-05-17 04:55:22 +0000 |
commit | 2dc66d4fd6115af43ec44aa6315292af621b0470 (patch) | |
tree | e6ba91e4b4af58b797c72e0d50ff7216ea77391d /lilo.py | |
parent | cb3e74ab12a01b8270d34d741ef779fa8256ab8d (diff) | |
download | anaconda-2dc66d4fd6115af43ec44aa6315292af621b0470.tar.gz anaconda-2dc66d4fd6115af43ec44aa6315292af621b0470.tar.xz anaconda-2dc66d4fd6115af43ec44aa6315292af621b0470.zip |
enable GUI lilo
Diffstat (limited to 'lilo.py')
-rw-r--r-- | lilo.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -251,6 +251,7 @@ class LiloConfiguration: lilo.addEntry("install", "/boot/boot.b", replace = 0) lilo.addEntry("prompt", replace = 0) lilo.addEntry("timeout", "50", replace = 0) + lilo.addEntry("message", "/boot/message", replace = 0) # XXX edd overrides linear, lba32/linear are mutually exclusive if self.edd: lilo.addEntry("lba32", replace = 0) |