e52e21781f
See http://www.opennet.ru/openforum/vsluhforumID3/86239.html#1 for a query that has led to this one; in particular, - xdm dropped (won't log in root and there are no users yet); - network is brought up and configured via DHCP by default; - apt-get works out-of-box; - default image size is twice the chroot size.
10 lines
213 B
Makefile
10 lines
213 B
Makefile
# virtual machines
|
|
ifeq (vm,$(IMAGE_CLASS))
|
|
|
|
vm/net: vm/bare use/vm-net/dhcp use/vm-ssh; @:
|
|
|
|
# NB: use/x11 employs some installer-feature packages
|
|
vm/icewm: vm/net use/cleanup/installer use/repo +icewm; @:
|
|
|
|
endif
|