Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
e8a067b4
Commit
e8a067b4
authored
Jun 20, 2013
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
vm.mk
conf.d/vm.mk
+2
-1
No files found.
conf.d/vm.mk
View file @
e8a067b4
...
@@ -4,7 +4,8 @@ ifeq (vm,$(IMAGE_CLASS))
...
@@ -4,7 +4,8 @@ ifeq (vm,$(IMAGE_CLASS))
vm/bare: vm/.bare
vm/bare: vm/.bare
@$(call add,BASE_PACKAGES,apt)
@$(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
# NB: use/x11 employs some installer-feature packages
vm/icewm: vm/net use/cleanup/installer use/repo use/deflogin/altlinuxroot \
vm/icewm: vm/net use/cleanup/installer use/repo use/deflogin/altlinuxroot \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment