Add ppl patch to fix bug when compiling without Perl (stage2)
[hvlinux.git] / stage1 / create-groups
index 881ae53..88d3015 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
 
 # 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.
@@ -26,10 +23,11 @@ usb:x:14:
 cdrom:x:15:
 # Used by MTAs (Mail Transport Agents)
 mail:x:30:mail
-# Default group used by some programs that do not require a group.
-nogroup:x:65533:
+shutdown:x:999:
 # The default GID used by shadow for new users
 users:x:1000:
+# Default group used by some programs that do not require a group.
+nogroup:x:65533:
 EOF
 
 exit $?