Update README.md

This commit is contained in:
Marcos Tischer Vallim 2024-09-08 14:02:59 -03:00 committed by GitHub
parent 8c7ecbe77c
commit 7d437acd7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 13 deletions

View File

@ -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
```shell
cat <<EOF > /etc/NetworkManager/NetworkManager.conf
[main]
rc-manager=none
plugins=ifupdown,keyfile
dns=systemd-resolved
[ifupdown]
managed=false
```
[ifupdown]
managed=false
```
3. Reconfigure network-manager
2. Reconfigure network-manager
```shell
dpkg-reconfigure network-manager
```
```shell
dpkg-reconfigure network-manager
```
## Create the CD image directory and populate it