Commit ba3ded07 authored by Michael Shigorin's avatar Michael Shigorin

vm.mk: fix vm/net to handle ROOTPW

It's been ignored since the introduction of deflogin feature and removal of build-vm specific ROOTPW variable handling; might be adjusted to mandate this for vm/bare too, have to think it over.
parent 1445ff42
...@@ -5,7 +5,9 @@ ifeq (vm,$(IMAGE_CLASS)) ...@@ -5,7 +5,9 @@ ifeq (vm,$(IMAGE_CLASS))
vm/bare: vm/.bare +sysvinit vm/bare: vm/.bare +sysvinit
@$(call add,BASE_PACKAGES,apt) @$(call add,BASE_PACKAGES,apt)
vm/net: vm/bare use/net-eth/dhcp use/net-ssh use/repo use/control/sudo-su # handle ROOTPW (through deflogin)
vm/net: vm/bare use/net-eth/dhcp use/net-ssh \
use/repo use/control/sudo-su use/deflogin
@$(call add,BASE_PACKAGES,su) @$(call add,BASE_PACKAGES,su)
# NB: use/x11 employs some installer-feature packages # NB: use/x11 employs some installer-feature packages
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment