updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / guestd-tmpfs / guestd-tmpfs.install
blob18354abca75876f51c7b800d45e0ab7af7ca7dfc
1 post_install()
3   useradd -d /home/guest -s /bin/bash guest -p '$1$$ysap7EeB9ODCrO46Psdbq/'
4   echo "Default password for the new guest account is set to \"guest\". You may change it with 'passwd guest'"
5   echo "Be sure to add guestd-tmpfs to DAEMONS in /etc/rc.conf!"
6   echo
7   echo "After copying initial files to /home/guest run '/etc/rc.d/guestd-tmpfs init' to make the changes permanent."
8   echo "Use this command to re-init the default file layout for the guest user when needed."
11 post_remove()
13   userdel guest
14   rm -rf /home/guest-permanent