summaryrefslogtreecommitdiffstats
path: root/bootloader.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-03 22:57:01 +0000
committerMatt Wilson <msw@redhat.com>2001-07-03 22:57:01 +0000
commitc45ea5e644fad5a6161293042df5517ee5c448c2 (patch)
tree12ad1fcdd02ab67fa320f85a3d0ca73be40a393e /bootloader.py
parentfd8ac7633e1366bc522c25f05580180dd6f0ba00 (diff)
downloadanaconda-c45ea5e644fad5a6161293042df5517ee5c448c2.tar.gz
anaconda-c45ea5e644fad5a6161293042df5517ee5c448c2.tar.xz
anaconda-c45ea5e644fad5a6161293042df5517ee5c448c2.zip
typo
Diffstat (limited to 'bootloader.py')
-rw-r--r--bootloader.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootloader.py b/bootloader.py
index dbda766fd..3144f43d9 100644
--- a/bootloader.py
+++ b/bootloader.py
@@ -343,7 +343,8 @@ class x86BootloaderInfo(bootloaderInfo):
f.write('default=0\n')
f.write('timeout=30\n')
- f.write('splashimage=%s/grub/splash.xpm.gz' % (grubbyPartitionName(bootDev),))
+ f.write('splashimage=%s/grub/splash.xpm.gz\n'
+ % (grubbyPartitionName(bootDev),))
for (label, version) in kernelList:
kernelTag = "-" + version