rename secondary user
[automated-distro-installer] / fai / config / scripts / GRUB_PC / 11-iank
index 7270d65902c34047432fa89a4176508d20df3ad4..d7534d5551ceb462ced9b8f4815022adf0f4b526 100755 (executable)
@@ -134,7 +134,7 @@ EOF
 fi
 
 
-# reading through the groups that iank is in but traci isn't,
+# reading through the groups that iank is in but user2 isn't,
 for g in plugdev audio video cdrom; do
-    $ROOTCMD usermod -a -G $g traci
+    $ROOTCMD usermod -a -G $g user2
 done