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
9d0b828e
Commit
9d0b828e
authored
Dec 04, 2024
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
net-eth: setup en*.network for networkd-dhcp{,4}
Setup dhcp for all en* network interface, when systemd-networkd. This allows us to abandon the use of udev-rule-generator-net.
parent
a744c9cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
config.mk
features.in/net-eth/config.mk
+2
-3
No files found.
features.in/net-eth/config.mk
View file @
9d0b828e
...
...
@@ -11,7 +11,6 @@ use/net-eth: use/net/etcnet
use/net-eth/networkd: use/net/networkd
@$(call add_feature)
@$(call xport,NET_ETH)
@$(call add,BASE_PACKAGES,udev-rule-generator-net)
# typical boilerplate
use/net-eth/dhcp: use/net-eth use/net/dhcp
...
...
@@ -23,9 +22,9 @@ use/net-eth/dhcp/timeout/%: use/net-eth/dhcp
@$(call set,NET_ETH_TIMEOUT,$*)
use/net-eth/networkd-dhcp: use/net-eth/networkd
@$(call
add,NET_ETH,eth0
:dhcp)
@$(call
set,NET_ETH,en*
:dhcp)
use/net-eth/networkd-dhcp4: use/net-eth/networkd
@$(call
add,NET_ETH,eth0
:dhcp4)
@$(call
set,NET_ETH,en*
:dhcp4)
# use e.g. eth0:static:10.0.0.2/24:10.0.0.1 for predefined static configuration
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