sync
This commit is contained in:
parent
4015dad1f2
commit
d2d8fd00f3
2 changed files with 7 additions and 0 deletions
|
@ -91,4 +91,6 @@ mv root/boot/* boot
|
|||
|
||||
umount boot root
|
||||
|
||||
sync
|
||||
|
||||
echo "Fertig!!!"
|
||||
|
|
|
@ -40,5 +40,10 @@ cd root/
|
|||
mkdir -p ../${out_dir}/
|
||||
tar -Ipixz -cpf ../${out_dir}/arch-${name}-$(date "+%y.%m.%d")-${arch}.tar.pxz *
|
||||
cd ..
|
||||
|
||||
umount boot root
|
||||
|
||||
sync
|
||||
|
||||
echo "FERTIG!!!"
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue