Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Update formatting of NIC management in stateless #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions stateless.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -263,10 +263,11 @@ Since the connectivity could be lost during the procedure, physical access to th
system is required. To switch to NetworkManager for all the interfaces, the
user should disable and stop systemd-networkd:

``sudo systemctl disable systemd-networkd``
``sudo systemctl stop systemd-networkd``
``sudo systemctl disable systemd-networkd && sudo systemctl stop systemd-networkd``

Then, remove the file ``/etc/NetworkManager/conf.d/systemd-networkd-unmanaged.conf``
Then, remove the systemd-networkd-unmanaged.conf file:

``sudo rm /etc/NetworkManager/conf.d/systemd-networkd-unmanaged.conf``

Finally, restart NetworkManager

Expand Down