- bridge will be named
br0
ip -l
# 2: enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 ...
#!/bin/bash -e | |
# | |
# This script creates an mmdebstrap .tar and imports it into systemd-nspawn | |
# where it can be managed by machinectl | |
# | |
# On the host machine you should run: | |
# systemctl enable systemd-networkd; systemctl start systemd-networkd | |
# | |
# Then start the container: | |
# machinectl start bw1 |