From e8a067b4af65571e13f77118fa1a9178e196182c Mon Sep 17 00:00:00 2001 From: Michael Shigorin Date: Thu, 20 Jun 2013 16:17:52 +0400 Subject: [PATCH] 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... --- conf.d/vm.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf.d/vm.mk b/conf.d/vm.mk index c6798a09..0d3ee63b 100644 --- a/conf.d/vm.mk +++ b/conf.d/vm.mk @@ -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 \