X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpre-install;h=672055070d81a437674861cde052abdf7da15a00;hb=fc7d8c678ca78bef7c6e7eaeeb579269b7c501be;hp=85ce8e8284612a02a603e7123d9801ab7f8d352f;hpb=f3c8db3027d5dc530e1f30c88e0235975211582e;p=hvlinux.git diff --git a/stage1/pre-install b/stage1/pre-install index 85ce8e8..6720550 100755 --- a/stage1/pre-install +++ b/stage1/pre-install @@ -2,12 +2,6 @@ source ../functions/main -# Making sure that this script was executed by the root user -if [ "x${USER}" != "xroot" ]; then - echo "You must be the superuser to install hvlinux." - exit 1 -fi - # Making sure that the LFS directory is accessible if [ ! -d ${LFS} ]; then echo "LFS destination directory not found."