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.
This commit is contained in:
parent
1445ff423b
commit
ba3ded078d
@ -5,7 +5,9 @@ ifeq (vm,$(IMAGE_CLASS))
|
||||
vm/bare: vm/.bare +sysvinit
|
||||
@$(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)
|
||||
|
||||
# NB: use/x11 employs some installer-feature packages
|
||||
|
Loading…
Reference in New Issue
Block a user