~tom-gall/linaro/ive-helper.config.oneiric.xfce-a34

« back to all changes in this revision

Viewing changes to chroot_local-hooks/01-setup_user_linaro.sh

Merge fix from Tom Gall to set linaro user password to nothing

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
echo "I: create linaro user"
4
4
adduser --gecos linaro --disabled-login linaro
5
 
echo "I: set linaro user password"
6
 
echo "linaro:linaro" | chpasswd
 
5
echo "I: set linaro to no password"
 
6
passwd -d linaro