2010-12-19 23:07:41 -05:00
|
|
|
preinstall:
|
|
|
|
|
|
|
|
postinstall:
|
2011-01-06 19:28:16 -05:00
|
|
|
chroot "$(CHROOT)" emerge -C '>=dev-lang/python-3.0' gentoo-sources
|
2010-12-19 23:07:41 -05: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:
|
|
|
|
|