lxc-config/hooks/tun-device

7 lines
90 B
Plaintext
Raw Normal View History

2015-03-30 22:02:32 +00:00
#!/bin/sh
cd ${LXC_ROOTFS_MOUNT}/dev
mkdir net
mknod net/tun c 10 200
chmod 0666 net/tun