summaryrefslogtreecommitdiffstats
path: root/bootloader.py
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader.py')
-rw-r--r--bootloader.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloader.py b/bootloader.py
index 75bd6f8c2..c8c6db9bd 100644
--- a/bootloader.py
+++ b/bootloader.py
@@ -141,7 +141,7 @@ class x86BootloaderInfo:
f.write('\tinitrd %s\n' % (cfPath + initrd[len(cfPath):]))
for (label, device) in chainList:
- f.write('title %s\n' % (label)
+ f.write('title %s\n' % (label))
f.write('\trootnoverify %s\n' % grubbyPartitionName(device))
f.write('\tmakeactive\n')
f.write('\tchainloader +1')