Commit e8a067b4 authored by Michael Shigorin's avatar Michael Shigorin

vm.mk: add su to vm/net

It's pretty frustrating to be able to ssh into a vm while being unable to administer it knowing the rootpw...
parent a7e9cf88
......@@ -4,7 +4,8 @@ ifeq (vm,$(IMAGE_CLASS))
vm/bare: vm/.bare
@$(call add,BASE_PACKAGES,apt)
vm/net: vm/bare use/vm-net/dhcp use/vm-ssh; @:
vm/net: vm/bare use/vm-net/dhcp use/vm-ssh
@$(call add,BASE_PACKAGES,su)
# NB: use/x11 employs some installer-feature packages
vm/icewm: vm/net use/cleanup/installer use/repo use/deflogin/altlinuxroot \
......
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