/CD check unnecessary

This commit is contained in:
Ben Gras 2006-06-20 08:46:09 +00:00
parent 9df1183b94
commit 296a0fb33d

View File

@ -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