]> Zhao Yanbai Git Server - minix.git/commitdiff
/CD check unnecessary
authorBen Gras <ben@minix3.org>
Tue, 20 Jun 2006 08:46:09 +0000 (08:46 +0000)
committerBen Gras <ben@minix3.org>
Tue, 20 Jun 2006 08:46:09 +0000 (08:46 +0000)
commands/scripts/setup.sh

index b2b1ebf9304c3527784e904afbc2dac909b9fb9d..03d3f796cfbb95ea02fa85c6ad025605774e255a 100755 (executable)
@@ -93,11 +93,6 @@ warn()
 while getopts '' opt; do usage; done
 shift `expr $OPTIND - 1`
 
-if [ ! -f /CD ]
-then   echo "Please run setup from the CD, not from a live system."
-       exit 1
-fi
-
 if [ "$USER" != root ]
 then   echo "Please run setup as root."
        exit 1