Merge branche make
[hvlinux.git] / stage2 / hv-install-1
index 5f00f8a..2e3cc41 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