From 1943df25dd74c26bf4f68d93b76d00c35f100bea Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Sun, 21 Dec 2008 04:26:41 +0000 Subject: [PATCH] forget about bad block testing. --- commands/scripts/setup.sh | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/commands/scripts/setup.sh b/commands/scripts/setup.sh index 62dc9d818..2e8d539b7 100755 --- a/commands/scripts/setup.sh +++ b/commands/scripts/setup.sh @@ -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." -- 2.44.0