Créé répertoire de configuration
[hvlinux.git] / stage3 / hv-install-1
index f2c52ad..a0f6897 100755 (executable)
@@ -1,10 +1,10 @@
 #!/bin/bash
 
 # Reading system configuration informations, functions and package versions.
-source ../sysinfos
+source ../config/sysinfos
 source ../functions
 hvtrap_setup
-source ../packages-list
+source ../config/packages-list
 source /etc/profile
 
 if [ "x${USER}" != "xroot" ]; then