X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpre-install;h=27b810dfdb635b67ed536ed65b4654db790a69eb;hb=95150ed1b283bac7c609367d9ff49c776f71672a;hp=15c38a817ac28bc9fdac3a4e525cccda15b76750;hpb=564ec1bbb321286571c30da20b81620c33b18e6f;p=hvlinux.git diff --git a/stage0/pre-install b/stage0/pre-install index 15c38a8..27b810d 100755 --- a/stage0/pre-install +++ b/stage0/pre-install @@ -3,12 +3,6 @@ set -o errexit 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."