]> Zhao Yanbai Git Server - minix.git/commitdiff
forget about bad block testing.
authorBen Gras <ben@minix3.org>
Sun, 21 Dec 2008 04:26:41 +0000 (04:26 +0000)
committerBen Gras <ben@minix3.org>
Sun, 21 Dec 2008 04:26:41 +0000 (04:26 +0000)
commands/scripts/setup.sh

index 62dc9d81870ef98b598e21df4dff91dc5c8975e6..2e8d539b7d8319517a7be574e51f1941313fa712 100755 (executable)
@@ -501,35 +501,14 @@ fi
 echo "Creating /dev/$usr for /usr .."
 mkfs -B $blocksizebytes /dev/$usr || exit
 
-echo ""
-echo " --- Step 8: Wait for bad block detection ------------------------------"
-echo ""
-echo "Scanning disk for bad blocks.  Hit CTRL+C to stop the scan if you are"
-echo "sure that there can not be any bad blocks.  Otherwise just wait."
-
-trap ': nothing;echo' 2
-
-echo ""
-echo "Scanning /dev/$root for bad blocks:"
-readall -b /dev/$root | sh
-
 if [ "$nohome" = 0 ]
 then
-       echo ""
-       echo "Scanning /dev/$home for bad blocks:"
-       readall -b /dev/$home | sh
        fshome="home=/dev/$home"
 else   fshome=""
 fi
 
 echo ""
-echo "Scanning /dev/$usr for bad blocks:"
-readall -b /dev/$usr | sh
-
-trap 2
-
-echo ""
-echo " --- Step 9: Wait for files to be copied -------------------------------"
+echo " --- Step 8: Wait for files to be copied -------------------------------"
 echo ""
 echo "This is the final step of the MINIX 3 setup.  All files will now be"
 echo "copied to your hard disk.  This may take a while."