Update README.md
This commit is contained in:
parent
8c7ecbe77c
commit
7d437acd7d
28
README.md
28
README.md
|
|
@ -342,23 +342,25 @@ From this point we will be configuring the `live system`.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
2. Configure network-manager
|
2. Configure network-manager
|
||||||
|
|
||||||
|
1. Create config file
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
cat <<EOF > /etc/NetworkManager/NetworkManager.conf
|
cat <<EOF > /etc/NetworkManager/NetworkManager.conf
|
||||||
[main]
|
[main]
|
||||||
rc-manager=none
|
rc-manager=none
|
||||||
plugins=ifupdown,keyfile
|
plugins=ifupdown,keyfile
|
||||||
dns=systemd-resolved
|
dns=systemd-resolved
|
||||||
|
|
||||||
[ifupdown]
|
[ifupdown]
|
||||||
managed=false
|
managed=false
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Reconfigure network-manager
|
2. Reconfigure network-manager
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
dpkg-reconfigure network-manager
|
dpkg-reconfigure network-manager
|
||||||
```
|
```
|
||||||
|
|
||||||
## Create the CD image directory and populate it
|
## Create the CD image directory and populate it
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue