X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpre-install;h=672055070d81a437674861cde052abdf7da15a00;hb=44d3c1f9f0e8fc945206020c4bd7a15c5a457f55;hp=13815b4ea64d96310aa3a782bd6ec43c5ddb640e;hpb=3605ab38ca7604b1fe43c3bce5e4963730a85d39;p=hvlinux.git diff --git a/stage1/pre-install b/stage1/pre-install index 13815b4..6720550 100755 --- a/stage1/pre-install +++ b/stage1/pre-install @@ -1,16 +1,6 @@ #!/bin/bash -set -o errexit -# Reading system configuration informations, functions and package versions. -source ../sysinfos -source ../functions -source ../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