2010-12-20 05:07:41 +01:00
|
|
|
preinstall:
|
2012-08-30 01:46:57 +02:00
|
|
|
|
2010-12-20 05:07:41 +01:00
|
|
|
|
|
|
|
postinstall:
|
2012-08-30 01:46:57 +02:00
|
|
|
$(inroot) eselect python set python2.7
|
|
|
|
$(inroot) python-updater -- --usepkg=n
|
|
|
|
|
2010-12-20 05:07:41 +01:00
|
|
|
# we want sshd running
|
|
|
|
chroot "$(CHROOT)" rc-update add sshd default
|
|
|
|
|
|
|
|
# and root account enabled, so we can ssh in
|
|
|
|
chroot "$(CHROOT)" chage -E -1 root
|
|
|
|
|
|
|
|
clean:
|
|
|
|
|