X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fcreate-users;h=598d9abc9836958b8a54472edbc7657ddeb4872f;hb=44d3c1f9f0e8fc945206020c4bd7a15c5a457f55;hp=c02da2dcc17212a883fcd4aec54041b70b083ec5;hpb=6d3d50c17b24ef41f917f5776696eca810198092;p=hvlinux.git diff --git a/stage1/create-users b/stage1/create-users index c02da2d..598d9ab 100755 --- a/stage1/create-users +++ b/stage1/create-users @@ -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/passwd file.