This commit is contained in:
simono41 2018-06-09 00:58:13 +02:00
parent 4015dad1f2
commit d2d8fd00f3
2 changed files with 7 additions and 0 deletions

View file

@ -91,4 +91,6 @@ mv root/boot/* boot
umount boot root
sync
echo "Fertig!!!"

View file

@ -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