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