X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fcreate-groups;h=d2b8a8e6d9d6c8e05cc9130ea8555f1d6627a93b;hb=2ad910e22979500192ea43d5599ad003440744a4;hp=e610968441e197f95dd2a028361d0da95fc23f88;hpb=6d3d50c17b24ef41f917f5776696eca810198092;p=hvlinux.git diff --git a/stage1/create-groups b/stage1/create-groups index e610968..d2b8a8e 100755 --- a/stage1/create-groups +++ b/stage1/create-groups @@ -1,10 +1,9 @@ -#!/bin/sh -set -o errexit +#!/bin/bash # 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/group file.