mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-11-28 13:09:14 -05:00
change ownership when cpio pack
This commit is contained in:
@@ -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 ..
|
||||
|
||||
|
||||
Reference in New Issue
Block a user