Added virtual appliance for building hemp machine images
This commit is contained in:
parent
83da160f9f
commit
b8ae482359
|
@ -0,0 +1,11 @@
|
|||
preinstall:
|
||||
|
||||
postinstall:
|
||||
# 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:
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
|
||||
You should pass "APPLIANCE=hemp-node CHANGE_PASSWORD=NO REMOVE_PORTAGE=NO"
|
||||
to the toplevel Makefile for this to be useable
|
|
@ -0,0 +1,37 @@
|
|||
app-editors/nano
|
||||
net-misc/openssh
|
||||
net-misc/rsync
|
||||
net-misc/wget
|
||||
sys-kernel/gentoo-sources
|
||||
sys-kernel/linux-headers
|
||||
sys-devel/gcc
|
||||
sys-devel/automake
|
||||
sys-devel/bison
|
||||
sys-devel/make
|
||||
sys-devel/flex
|
||||
sys-devel/automake-wrapper
|
||||
sys-devel/autoconf-wrapper
|
||||
sys-devel/autoconf
|
||||
sys-devel/m4
|
||||
sys-devel/gcc-config
|
||||
sys-devel/libtool
|
||||
sys-devel/binutils
|
||||
sys-devel/binutils-config
|
||||
sys-devel/patch
|
||||
sys-devel/gnuconfig
|
||||
app-admin/python-updater
|
||||
app-admin/perl-cleaner
|
||||
sys-apps/man-pages
|
||||
sys-apps/man
|
||||
sys-apps/file
|
||||
sys-apps/less
|
||||
sys-apps/texinfo
|
||||
sys-apps/busybox
|
||||
sys-apps/debianutils
|
||||
sys-apps/man-pages-posix
|
||||
sys-apps/sandbox
|
||||
sys-apps/which
|
||||
dev-lang/perl
|
||||
sys-devel/libperl
|
||||
sys-apps/portage
|
||||
dev-lang/python
|
|
@ -0,0 +1,3 @@
|
|||
app-editors/nano ncurses
|
||||
dev-lang/python ssl threads xml
|
||||
sys-kernel/gentoo-sources symlink
|
|
@ -0,0 +1 @@
|
|||
net-misc/dhcpcd
|
Loading…
Reference in New Issue