lxc-config/hooks/dev-tun

7 lines
92 B
Plaintext
Raw Normal View History

2015-01-03 16:55:42 +00:00
#!/bin/bash
cd ${LXC_ROOTFS_MOUNT}/dev
mkdir net
mknod net/tun c 10 200
chmod 0666 net/tun