-Amélioré fonctions de download des packages
[hvlinux.git] / stage1 / create-groups
index e610968..3b57abc 100755 (executable)
@@ -1,10 +1,6 @@
-#!/bin/sh
-set -o errexit
+#!/bin/bash
 
-# Reading system configuration informations, functions and package versions.
-source ../sysinfos
-source ../functions
-source ../packages-list
+source ../functions/main
 
 # 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/group file.