7 lines
92 B
Bash
Executable File
7 lines
92 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cd ${LXC_ROOTFS_MOUNT}/dev
|
|
mkdir net
|
|
mknod net/tun c 10 200
|
|
chmod 0666 net/tun
|