X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage0%2Fpre-install;h=c07c16349c38270c9b9ea7318416accff7ef09cb;hb=f3c8db3027d5dc530e1f30c88e0235975211582e;hp=aa336844088ccb35f45113347a4c3e1ca7a11f40;hpb=2ad910e22979500192ea43d5599ad003440744a4;p=hvlinux.git diff --git a/stage0/pre-install b/stage0/pre-install index aa33684..c07c163 100755 --- a/stage0/pre-install +++ b/stage0/pre-install @@ -1,10 +1,7 @@ #!/bin/bash set -o errexit -# Reading system configuration informations, functions and package versions. -source ../config/sysinfos -source ../functions -source ../config/packages-list +source ../functions/main # Making sure that this script was executed by the root user if [ "x${USER}" != "xroot" ]; then