OSDN Git Service

add comments
[instantos/instantARCH.git] / user / user.sh
index 2364c7b..9305923 100755 (executable)
@@ -1,6 +1,8 @@
 #!/bin/bash
 
-# user and password creation
+# create user account
+# make user default lightdm user
+# add user to required groups
 
 NEWUSER="$(cat /root/instantARCH/config/user)"
 NEWPASS="$(cat /root/instantARCH/config/password)"