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