Ménage dans les sysinfos. Préparation création répertoire functions et préparation...
[hvlinux.git] / stage1 / create-users
index f405574..2fc9fa2 100755 (executable)
@@ -1,10 +1,9 @@
 #!/bin/bash
-set -o errexit
 
 # Reading system configuration informations, functions and package versions.
-source ../sysinfos
+source ../config/sysinfos
 source ../functions
-source ../packages-list
+source ../config/packages-list
 
 # In order for root to be able to login and for the name "root" to be
 # recognized, there need to be relevant entries in the /etc/passwd file.