From 4b023a5b4f70007c703da2a0022340bf9e5516cb Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 12 Aug 2005 09:41:18 +0000 Subject: [PATCH] Changed some messages from DEL to ^C --- commands/scripts/setup.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/commands/scripts/setup.sh b/commands/scripts/setup.sh index a9f9e209c..a48d21266 100755 --- a/commands/scripts/setup.sh +++ b/commands/scripts/setup.sh @@ -66,7 +66,7 @@ echo -n " Welcome to the MINIX installation script. Note 1: If the screen blanks, hit CTRL+F3 to select \"software scrolling\". -Note 2: If things go wrong then hit DEL and start over. +Note 2: If things go wrong then hit CTRL+C and start over. Note 3: Default answers, like [y], can simply be chosen by hitting ENTER. Note 4: If you see a colon (:) then you should hit ENTER to continue. :" @@ -322,7 +322,7 @@ echo " --- Step 6: Wait for bad block detection ------------------------------" echo "" mkfs -B $blocksizebytes /dev/$usr -echo "Scanning /dev/$usr for bad blocks. (Hit DEL to stop the scan if you are" +echo "Scanning /dev/$usr for bad blocks. (Hit CTRL+C to stop the scan if you are" echo "absolutely sure that there can not be any bad blocks. Otherwise just wait.)" echo "" trap ': nothing' 2 @@ -372,6 +372,8 @@ Copying $fdroot to /dev/$root " mkfs -B $blocksizebytes /dev/$root || exit +echo "Scanning /dev/$root for bad blocks. (Hit CTRL+C to stop the scan if you are" +echo "absolutely sure that there can not be any bad blocks. Otherwise just wait.)" readall -b /dev/$root | sh mount /dev/$root /mnt || exit # Running from the installation CD. -- 2.44.0