add sync and wait for umount

This commit is contained in:
user1 2023-05-24 13:55:13 +02:00
parent f0af44bb27
commit 91f3f4ce99

View file

@ -77,10 +77,8 @@ echo "Move boot files to the first partition..."
sleep 5 sleep 5
mv root/boot/* boot mv root/boot/* boot
sync
echo "Unmount the two partitions..." read -p "Weiter mit unmount..."
sleep 5
umount boot root umount boot root