X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpre-install;h=85ce8e8284612a02a603e7123d9801ab7f8d352f;hb=2f26e347a05e245d6f57cb6603a7a51a4418b80d;hp=b9e314ce57d981a0fc8a27fa056ea757351998d1;hpb=1eb363044c6ee3115e62736aed4403b750082b44;p=hvlinux.git diff --git a/stage1/pre-install b/stage1/pre-install index b9e314c..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 ../sysinfos -source ../functions -source ../packages-list +source ../functions/main # Making sure that this script was executed by the root user if [ "x${USER}" != "xroot" ]; then