From: Ben Gras Date: Tue, 20 Jun 2006 08:46:09 +0000 (+0000) Subject: /CD check unnecessary X-Git-Tag: v3.1.3~337 X-Git-Url: http://zhaoyanbai.com/repos/man.delv.html?a=commitdiff_plain;h=296a0fb33d3a10062bd146440d14d68d68ac2799;p=minix.git /CD check unnecessary --- diff --git a/commands/scripts/setup.sh b/commands/scripts/setup.sh index b2b1ebf93..03d3f796c 100755 --- a/commands/scripts/setup.sh +++ b/commands/scripts/setup.sh @@ -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