mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Merge pull request #749 from waldirio/master
Adding the flag -S in tar command
This commit is contained in:
commit
ea99e07ac1
@ -118,7 +118,7 @@ EOF
|
||||
|
||||
echo "==> Creating box, tarring and gzipping"
|
||||
|
||||
tar cvzf "$BOX" --totals ./metadata.json ./Vagrantfile ./box.img
|
||||
tar cvzf "$BOX" -S --totals ./metadata.json ./Vagrantfile ./box.img
|
||||
|
||||
# if box is in tmpdir move it to CWD before removing tmpdir
|
||||
if ! isabspath "$BOX"; then
|
||||
|
Loading…
Reference in New Issue
Block a user