Création de l'usager régulier seulement à la fin du stage 5.
authorgobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Sat, 1 Oct 2011 22:02:45 +0000 (22:02 +0000)
committergobo72 <gobo72@364a67c3-989e-7be9-548d-dae8560ea662>
Sat, 1 Oct 2011 22:02:45 +0000 (22:02 +0000)
stage2/post-install
stage4/pkg/hal
stage5/post-install

index fb6c992..5da1992 100755 (executable)
@@ -14,12 +14,8 @@ EOF
 
 chmod -v 644 /etc/default/useradd
 
-if [ -n "${REGUSER}" ]; then
-    hv_useradd -g users -G audio,video,cdrom,usb,shutdown -s /bin/bash -m ${REGUSER}
-fi
-
 echo "Copying /etc/skel files to root directory"
-# Copy skel files to root directory. First create a copy to change owner
+# First create a copy to change owner
 cp -au /etc/skel/.??* /root
 
 # Fixing ownership of directories /tmp and /var/log (may have been created by
index 78d38ac..b90ea66 100644 (file)
@@ -47,7 +47,7 @@ hvbuild_post()
 EOF
 
     # Now add the users you would like to the halusers group to use HAL:
-    usermod -a -G halusers ${REGUSER}
+    ##usermod -a -G halusers ${USERNAME}
 
     # With the above configuration in place, authorized users now have the
     # ability to unmount disk partitions mounted at non-standard locations such
index e5adb97..6c953a9 100755 (executable)
@@ -2,6 +2,11 @@
 
 source ../functions/main
 
+if [ -n "${REGUSER}" ]; then
+    hv_useradd -g users -G audio,video,cdrom,usb,shutdown,halusers \
+        -s /bin/bash -m ${REGUSER}
+fi
+
 if [ "x${INST_TYPE}" = "xserver" -o "x${INST_TYPE}" = "xltsp-server" ]; then
 
     #########################################