-Amélioré fonctions de download des packages
[hvlinux.git] / stage0 / pre-install
index c891f37..c07c163 100755 (executable)
@@ -1,10 +1,7 @@
 #!/bin/bash
 set -o errexit
 
-# Reading system configuration informations, functions and package versions.
-source ../sysinfos
-source ../functions
-source ../packages-list
+source ../functions/main
 
 # Making sure that this script was executed by the root user
 if [ "x${USER}" != "xroot" ]; then