remove hemp-node appliance
I don't use this anymore, and there are better and still-maintained alternatives (Docker, vagrant, ansible, etc.) and I no longer feel like maintaining it.
This commit is contained in:
parent
7bde1c5ab0
commit
7fdaf49b36
|
@ -1,15 +0,0 @@
|
|||
preinstall:
|
||||
|
||||
|
||||
postinstall:
|
||||
$(inroot) eselect python set python2.7
|
||||
$(inroot) python-updater -- --usepkg=n
|
||||
|
||||
# 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:
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
|
||||
You should pass "APPLIANCE=hemp-node CHANGE_PASSWORD=NO REMOVE_PORTAGE=NO"
|
||||
to the toplevel Makefile for this to be useable
|
|
@ -1 +0,0 @@
|
|||
sys-kernel/gentoo-sources ~amd64 ~x86
|
|
@ -1,16 +0,0 @@
|
|||
app-editors/nano ncurses
|
||||
dev-db/sqlite extensions
|
||||
dev-lang/python ssl sqlite threads xml
|
||||
dev-util/pkgconfig internal-glib
|
||||
dev-vcs/git curl
|
||||
dev-vcs/mercurial python_targets_python2_7
|
||||
net-misc/curl ssl threads curl_ssl_openssl
|
||||
net-misc/openssh ssl
|
||||
sys-apps/hwids udev
|
||||
sys-apps/kmod tools
|
||||
sys-apps/openrc netifrc
|
||||
sys-apps/portage python2
|
||||
sys-auth/pambase nullok sha512
|
||||
sys-devel/gcc cxx nptl
|
||||
sys-fs/udev openrc
|
||||
sys-kernel/gentoo-sources symlink
|
|
@ -1,5 +0,0 @@
|
|||
dev-lang/python:2.7
|
||||
dev-python/virtualenv
|
||||
dev-vcs/git
|
||||
dev-vcs/mercurial
|
||||
net-misc/openssh
|
Loading…
Reference in New Issue