rpathsync / booty
Bootloader configuration python library used by Anaconda.
Clone this repository (size: 394.9 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/rpathsync/booty/
| commit 522: | 0498cfdda1be |
| parent 521: | 6159c8b51aaf |
| branch: | default |
| tags: | booty-20091125 |
use the grub device instead of the device
4 months ago
Changed (Δ26 bytes):
raw changeset »
bootloaderInfo.py (1 lines added, 1 lines removed)
Up to file-list bootloaderInfo.py:
| … | … | @@ -803,7 +803,7 @@ terminal --timeout=%s serial console""" |
803 |
803 |
if not cfg.splashSettings: |
804 |
804 |
cfg.splashSettings = """\ |
805 |
805 |
splashimage=%s%sgrub/splash.xpm.gz |
806 |
hiddenmenu""" % ( |
|
806 |
hiddenmenu""" % (self.grubbyPartitionName(cfg.bootDevs[0]), cfg.cfPath) |
|
807 |
807 |
|
808 |
808 |
for dev in self.getPhysicalDevices(cfg.grubTarget): |
809 |
809 |
usedDevs[dev] = 1 |
