]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - IMG/mkloopex.sh
Merge branch 'master' of https://github.com/Ventoy/Ventoy
[Ventoy.git] / IMG / mkloopex.sh
index 6b605b452e95265b32662935c2436a8aa2c8ea13..1a87dec6b85f73cf192b0d3be4fd89d961b9bf0e 100644 (file)
@@ -14,7 +14,7 @@ for dir in $(ls); do
     cd ..
 done
 
-find . | cpio -o -H newc>../vtloopex.cpio
+find . | cpio -o -H newc --owner=root:root >../vtloopex.cpio
 
 cd ..