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