]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/ventoy_pack.sh
fix integer overflow issue for i386-pc
[Ventoy.git] / INSTALL / ventoy_pack.sh
index 5614fdfd2d8a60373b23b854064be047146e6499..3e62539a4e06dd0321e6bc92b848819f1acbca96 100644 (file)
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 if [ "$1" = "CI" ]; then
-    OPT=''
+    OPT='-dR'
 else
     OPT='-a'
 fi
@@ -140,10 +140,10 @@ rm -rf $tmpdir
 cd ../LiveCD
 if [ "$1" = "CI" ]; then
     echo "=============== run docker_ci.sh ==============="
-    sh docker_ci.sh
+    sh docker_ci.sh $1
 fi
 echo "=============== run livecd.sh ==============="
-sh livecd.sh
+sh livecd.sh $1
 cd $CurDir
 
 mv ../LiveCD/ventoy*.iso ./