Harmonise les bootscripts (daemon)
[hvlinux.git] / stage1 / pre-install
index b9e314c..85ce8e8 100755 (executable)
@@ -1,9 +1,6 @@
 #!/bin/bash
 
-# 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