diff options
author | bnewbold <bnewbold@robocracy.org> | 2013-08-23 03:39:52 +0000 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2013-08-23 03:39:52 +0000 |
commit | bc5deea8babc17d472f21c20a0dfb20c7f3fd471 (patch) | |
tree | 7d281753d1012f8c91b74f53711abc98f7abe653 /polystrap/default/hooks/create_user | |
parent | effcecdd8d10e2e94ad80bc8f552bf53bb4b7f59 (diff) | |
download | buildroot-novena-bc5deea8babc17d472f21c20a0dfb20c7f3fd471.tar.gz buildroot-novena-bc5deea8babc17d472f21c20a0dfb20c7f3fd471.zip |
initial import of 'polystrap' debian tool
From http://anonscm.debian.org/gitweb/?p=emdebian/polystrap.git;a=summary
This imports 83ba112abb8f173254c60611b5a24ca0a72ca58f, from
from Tue, 9 Oct 2012 15:36:02 -0400 (21:36 +0200)
Diffstat (limited to 'polystrap/default/hooks/create_user')
-rw-r--r-- | polystrap/default/hooks/create_user | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/polystrap/default/hooks/create_user b/polystrap/default/hooks/create_user new file mode 100644 index 000000000..0404ea23b --- /dev/null +++ b/polystrap/default/hooks/create_user @@ -0,0 +1,2 @@ +fakechroot chroot $ROOTDIR useradd user -p `openssl passwd -crypt -salt // ""` -s /bin/bash --create-home +fakechroot chroot $ROOTDIR usermod -a -G audio,dialout user |