Update Proxmox/ThunderboltNetwork.md
This commit is contained in:
@@ -11,6 +11,10 @@ apt install -y lldpd
|
|||||||
|
|
||||||
Add kernel modules.
|
Add kernel modules.
|
||||||
```python
|
```python
|
||||||
|
# remove empty lines
|
||||||
|
sed '/^$/d' /etc/modules > temp.txt && mv temp.txt /etc/modules
|
||||||
|
|
||||||
|
# add modules
|
||||||
tee -a /etc/modules <<EOF
|
tee -a /etc/modules <<EOF
|
||||||
thunderbolt
|
thunderbolt
|
||||||
thunderbolt-net
|
thunderbolt-net
|
||||||
|
|||||||
Reference in New Issue
Block a user