Skip to content

Commit

Permalink
WIP: NM in the initrd
Browse files Browse the repository at this point in the history
This seems not to run for me...I don't quite understand the
initqueue stuff, still debugging.

See also coreos#200 (comment)
  • Loading branch information
cgwalters authored and dustymabe committed Mar 12, 2020
1 parent 640ecad commit 31eee27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/fedora-coreos-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ initramfs-args:
- --omit=lvm
- --omit=multipath
- --omit=iscsi
# Networking is NetworkManager
- --omit=systemd-networkd network-legacy
- --add=network-manager

# Be minimal
recommends: false
Expand Down Expand Up @@ -55,9 +58,6 @@ remove-from-packages:
/usr/lib/systemd/system/systemd-networkd-wait-online.service]
- [systemd-container, /usr/lib/systemd/network/.*]
- [systemd-udev, /usr/lib/systemd/network/.*]
# We're still using the legacy dracut network module for now. Dracut keys off
# of this: https://github.com/dracutdevs/dracut/blob/1fcc70fe57eea0ea658aa2de5c0044683fe85cf1/modules.d/40network/module-setup.sh#L11
- [NetworkManager, /usr/libexec/nm-initrd-generator]


remove-files:
Expand Down

0 comments on commit 31eee27

Please sign in to comment.