--- src/tools/tools/upgrade/Attic/doupgrade.sh 2003/11/07 14:38:37 1.2 +++ src/tools/tools/upgrade/Attic/doupgrade.sh 2005/02/26 12:00:55 1.3 @@ -41,7 +41,7 @@ pseudo-device splash \ fi ROOTDEV=`awk '$2~/\/$/{print substr($1, 6, 3)}' /etc/fstab` - echo -n "What is your boot device (e.g. wd0 or sd0)? [${ROOTDEV}] " + echo -n "What is your boot device (e.g. ad0 or sd0)? [${ROOTDEV}] " read answer if [ -n "${answer}" ]; then ROOTDEV="${answer}"