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