]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - Unix/pack_unix.sh
Fix an issue when install some Lite Windows version with special file name.
[Ventoy.git] / Unix / pack_unix.sh
index 24048cffa8e1b63dca0121b705f93db1626f10a8..1515d8ccd3479ff483d380570dddcac2d969d5de 100644 (file)
@@ -4,7 +4,9 @@ VENTOY_PATH=$PWD/../
 
 rm -f ventoy_unix.cpio
 
+mv ./ventoy_unix/DragonFly ./ 
 find ./ventoy_unix | cpio  -o -H newc>ventoy_unix.cpio
+mv ./DragonFly ./ventoy_unix/
 
 echo '======== SUCCESS ============='