X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpre-install;h=85ce8e8284612a02a603e7123d9801ab7f8d352f;hb=2f26e347a05e245d6f57cb6603a7a51a4418b80d;hp=b1aeead9536657b3698cfe18c3c188ad19af5185;hpb=2ad910e22979500192ea43d5599ad003440744a4;p=hvlinux.git diff --git a/stage1/pre-install b/stage1/pre-install index b1aeead..85ce8e8 100755 --- a/stage1/pre-install +++ b/stage1/pre-install @@ -1,9 +1,6 @@ #!/bin/bash -# 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