X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpre-install;h=85ce8e8284612a02a603e7123d9801ab7f8d352f;hb=bd4976a460cc6af4da09164c6f1d1581480a9771;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