Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mvallim authored Sep 8, 2024
1 parent 8c7ecbe commit 7d437ac
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -342,23 +342,25 @@ From this point we will be configuring the `live system`.
</p>
2. Configure network-manager
1. Create config file
```shell
cat <<EOF > /etc/NetworkManager/NetworkManager.conf
[main]
rc-manager=none
plugins=ifupdown,keyfile
dns=systemd-resolved
[ifupdown]
managed=false
```
```shell
cat <<EOF > /etc/NetworkManager/NetworkManager.conf
[main]
rc-manager=none
plugins=ifupdown,keyfile
dns=systemd-resolved
3. Reconfigure network-manager
[ifupdown]
managed=false
```
```shell
dpkg-reconfigure network-manager
```
2. Reconfigure network-manager
```shell
dpkg-reconfigure network-manager
```
## Create the CD image directory and populate it
Expand Down

0 comments on commit 7d437ac

Please sign in to comment.