imgcreate/live.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit 76d4cc51abf030b246b5d4c86264f1a66d5e68b7 Author: Jeremy Katz <[email protected]> Date: Mon Jan 12 15:27:32 2009 -0500 Fix stpuid typo diff --git a/imgcreate/live.py b/imgcreate/live.py index a7032b0..d99659a 100644 --- a/imgcreate/live.py +++ b/imgcreate/live.py @@ -404,13 +404,13 @@ menu hiddenrow 5 template = """label %(short)s menu label %(long)s kernel vmlinuz%(index)s - append initrd=initrd%(index)s.img root=CDLABEL=%(fslabel)s rootfstype=%(isofstype) %(liveargs)s %(extra)s + append initrd=initrd%(index)s.img root=CDLABEL=%(fslabel)s rootfstype=%(isofstype)s %(liveargs)s %(extra)s """ else: template = """label %(short)s menu label %(long)s kernel mboot.c32 - append xen%(index)s.gz --- vmlinuz%(index)s root=CDLABEL=%(fslabel)s rootfstype=%(isofstype) %(liveargs)s %(extra)s --- initrd%(index)s.img + append xen%(index)s.gz --- vmlinuz%(index)s root=CDLABEL=%(fslabel)s rootfstype=%(isofstype)s %(liveargs)s %(extra)s --- initrd%(index)s.img """ return template % args @@ -532,7 +532,7 @@ hiddenmenu def __get_efi_image_stanza(self, **args): return """title %(long)s - kernel /EFI/boot/vmlinuz%(index)s root=CDLABEL=%(fslabel)s rootfstype=%(isofstype) %(liveargs)s %(extra)s + kernel /EFI/boot/vmlinuz%(index)s root=CDLABEL=%(fslabel)s rootfstype=%(isofstype)s %(liveargs)s %(extra)s initrd /EFI/boot/initrd%(index)s.img """ %args -- Fedora-livecd-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/fedora-livecd-list
