From 91f3f4ce9968b66c8503822d3781b0493e1b025e Mon Sep 17 00:00:00 2001 From: user1 Date: Wed, 24 May 2023 13:55:13 +0200 Subject: [PATCH] add sync and wait for umount --- raspberry_arch-install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/raspberry_arch-install.sh b/raspberry_arch-install.sh index 2368f9f..d00cf2b 100755 --- a/raspberry_arch-install.sh +++ b/raspberry_arch-install.sh @@ -77,10 +77,8 @@ echo "Move boot files to the first partition..." sleep 5 mv root/boot/* boot +sync -echo "Unmount the two partitions..." - -sleep 5 - +read -p "Weiter mit unmount..." umount boot root