Hi,
I've found a bug in how livecd-creator adds entries in isolinux menu.
There must be a newline after the memtest entry, otherwise the next
entry gets merged with this one. The attached patch fixes this.
Cheers,
Àlex
diff --git a/creator/livecd-creator b/creator/livecd-creator
index 017dad8..3f98d59 100755
--- a/creator/livecd-creator
+++ b/creator/livecd-creator
@@ -1065,7 +1065,8 @@ menu hiddenrow 5
shutil.copy(memtest[0], "%s/out/isolinux/memtest" %(self.build_dir,))
cfg += """label memtest
menu label Memory Test
- kernel memtest"""
+ kernel memtest
+"""
# add local boot
cfg += """label local
--
Fedora-livecd-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/fedora-livecd-list