Skip to content

Commit c10d9c4

Browse files
committed
Fix network yaml
Signed-off-by: Itxaka <itxaka@kairos.io>
1 parent 61304da commit c10d9c4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pkg/bundled/cloudconfigs/05_network.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,8 @@ stages:
3232
DHCP=yes
3333
[DHCP]
3434
ClientIdentifier=mac
35-
<<<<<<< small_fixes
36-
=======
3735
commands:
3836
- networkctl reload # TODO: No systemd in initramfs is there?
39-
>>>>>>> main
4037
initramfs:
4138
- name: "Enable systemd-network config files for DHCP"
4239
only_service_manager: "systemd"
@@ -68,11 +65,7 @@ stages:
6865
- networkctl reload # TODO: No systemd in initramfs is there?
6966
- name: "Disable NetworkManager and wicked" ## TODO: Check which distros this affects and set the only_os or move it to init
7067
only_service_manager: "systemd"
71-
<<<<<<< small_fixes
7268
only_os: "openSUSE.*|SUSE.*"
73-
=======
74-
only_os: "Ubuntu.*|Debian.*|Fedora.*|CentOS.*|Rocky.*|AlmaLinux.*|SUSE.*|openSUSE.*"
75-
>>>>>>> main
7669
systemctl:
7770
disable:
7871
- NetworkManager

0 commit comments

Comments
 (0)