Fix segfault with evince
[hvlinux.git] / stage1 / pre-install
index 85ce8e8..6720550 100755 (executable)
@@ -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."