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