Add dia
[hvlinux.git] / stage1 / pre-install
index b1aeead..6720550 100755 (executable)
@@ -1,15 +1,6 @@
 #!/bin/bash
 
-# Reading system configuration informations, functions and package versions.
-source ../config/sysinfos
-source ../functions
-source ../config/packages-list
-
-# 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
+source ../functions/main
 
 # Making sure that the LFS directory is accessible
 if [ ! -d ${LFS} ]; then