ubuntu-bugcontrol team mailing list archive
-
ubuntu-bugcontrol team
-
Mailing list archive
-
Message #04655
[Merge] ~sudhackar/ubuntu-qa-tools:uqt-joliet-long into ubuntu-qa-tools:master
Sudhakar Verma has proposed merging ~sudhackar/ubuntu-qa-tools:uqt-joliet-long into ubuntu-qa-tools:master.
Commit message:
uvt: joliet-long supports longer names in genisoimage
Requested reviews:
Ubuntu Bug Control (ubuntu-bugcontrol)
For more details, see:
https://code.launchpad.net/~sudhackar/ubuntu-qa-tools/+git/ubuntu-qa-tools/+merge/458076
--
Your team Ubuntu Bug Control is requested to review the proposed merge of ~sudhackar/ubuntu-qa-tools:uqt-joliet-long into ubuntu-qa-tools:master.
diff --git a/vm-tools/uvt b/vm-tools/uvt
index d181047..0dca67c 100755
--- a/vm-tools/uvt
+++ b/vm-tools/uvt
@@ -1858,7 +1858,8 @@ def create_preseeded_iso(release_iso, iso_type, vm_name, release,
'-b', boot_image,
'-c', boot_catalog,
'-no-emul-boot', '-boot-load-size', '4',
- '-cache-inodes', '-boot-info-table']
+ '-cache-inodes', '-boot-info-table',
+ '-joliet-long']
# If iso contains EFI boot img, add appropriate options
if os.path.exists(os.path.join(temp_dir, 'boot/grub/efi.img')):
Follow ups