network/salt/lxc-containers/autodev.sh

8 lines
91 B
Bash

#!/bin/sh
cd ${LXC_ROOTFS_MOUNT}/dev
mkdir net
mknod net/tun c 10 200
chmod 0666 net/tun