mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-05-31 15:18:34 -04:00
change ownership when cpio pack
This commit is contained in:
parent
32a964eded
commit
069342ab9a
2 changed files with 10 additions and 10 deletions
|
@ -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 ..
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue