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
Anton Palgunov
mkimage-profiles
Commits
43e76bd6
You need to sign in or sign up before continuing.
Commit
43e76bd6
authored
Aug 06, 2013
by
Michael Shigorin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vm-net: feature retired
This one was replaced by the net feature completely and has been declared obsolete since 1.1.1 (a month ago). A few remaining users trivially adjusted.
parent
de94641c
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
13 deletions
+3
-13
test.mk
conf.d/test.mk
+2
-3
vm.mk
conf.d/vm.mk
+1
-1
README
features.in/vm-net/README
+0
-1
config.mk
features.in/vm-net/config.mk
+0
-8
No files found.
conf.d/test.mk
View file @
43e76bd6
...
@@ -72,9 +72,8 @@ endif # IMAGE_CLASS: ve
...
@@ -72,9 +72,8 @@ endif # IMAGE_CLASS: ve
ifeq (vm,$(IMAGE_CLASS))
ifeq (vm,$(IMAGE_CLASS))
vm/net-static: vm/bare use/vm-net/static use/net-ssh
vm/net-static: vm/bare use/net-eth use/net-ssh
@$(call set,VM_NET_IPV4ADDR,10.0.2.16/24)
@$(call add,NET_ETH,eth0:static:10.0.2.16/24:10.0.2.2)
@$(call set,VM_NET_IPV4GW,10.0.2.2)
endif # IMAGE_CLASS: vm
endif # IMAGE_CLASS: vm
...
...
conf.d/vm.mk
View file @
43e76bd6
...
@@ -4,7 +4,7 @@ ifeq (vm,$(IMAGE_CLASS))
...
@@ -4,7 +4,7 @@ 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/net-ssh
vm/net: vm/bare use/
net-eth
/dhcp use/net-ssh
@$(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
...
...
features.in/vm-net/README
deleted
100644 → 0
View file @
de94641c
Эта фича устарела, более общая называется net-eth.
features.in/vm-net/config.mk
deleted
100644 → 0
View file @
de94641c
use/vm-net:
@$(warning obsolete feature, please upgrade to use/net-eth)
use/vm-net/dhcp: use/vm-net use/net-eth/dhcp
# need to further add VM_NET_IPV4ADDR and VM_NET_IPV4GW
use/vm-net/static: use/vm-net use/net-eth
@$(call add,NET_ETH,eth0:static:$(VM_NET_IPV4ADDR):$(VM_NET_IPV4GW))
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