Ménage dans les sysinfos. Préparation création répertoire functions et préparation...
[hvlinux.git] / stage1 / pre-install
index b9e314c..b1aeead 100755 (executable)
@@ -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