add sync and wait for umount
This commit is contained in:
parent
f0af44bb27
commit
91f3f4ce99
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue