[scripts] add "newaliases" execution at inner_chroot_script stage
This commit is contained in:
parent
8802ccc26a
commit
c7e9e11aea
@ -24,6 +24,9 @@ echo "inet_interfaces = localhost" >> /etc/postfix/main.cf
|
|||||||
# turn bashlogin shells to actual login shells
|
# turn bashlogin shells to actual login shells
|
||||||
sed -i 's:exec -l /bin/bash:exec -l /bin/bash -l:' /bin/bashlogin
|
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
|
# enable cd eject on shutdown/reboot
|
||||||
rc-update add cdeject shutdown
|
rc-update add cdeject shutdown
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user