summaryrefslogtreecommitdiffstats
path: root/deploy/deploy.py
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/deploy.py')
-rwxr-xr-xdeploy/deploy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/deploy.py b/deploy/deploy.py
index 56e5bd583..9e188ebe6 100755
--- a/deploy/deploy.py
+++ b/deploy/deploy.py
@@ -164,6 +164,7 @@ class AutoDeploy(object):
exec_cmd('mkisofs -quiet -r -J -R -b %s '
'-no-emul-boot -boot-load-size 4 '
'-boot-info-table -hide-rr-moved '
+ '-joliet-long '
'-x "lost+found:" -V %s -o %s .'
% (iso_linux_bin, iso_label, new_iso))