[scripts] add "newaliases" execution at inner_chroot_script stage

This commit is contained in:
Fabio Erculiani 2011-06-14 15:20:35 +02:00
parent 8802ccc26a
commit c7e9e11aea

View File

@ -24,6 +24,9 @@ echo "inet_interfaces = localhost" >> /etc/postfix/main.cf
# turn bashlogin shells to actual login shells
sed -i 's:exec -l /bin/bash:exec -l /bin/bash -l:' /bin/bashlogin
# setup postfix local mail aliases
newaliases
# enable cd eject on shutdown/reboot
rc-update add cdeject shutdown