Lines Matching refs:rootfs
53 lxc.mount.entry = $dirname /var/lib/lxc/symtest1/rootfs/opt/xxx/dir2 none bind,create=dir
57 mkdir -p /var/lib/lxc/symtest1/rootfs/opt/xxx
58 touch /var/lib/lxc/symtest1/rootfs/opt/xxx/file2
62 rm -rf /var/lib/lxc/symtest1/rootfs/opt/xxx
63 mkdir -p /var/lib/lxc/symtest1/rootfs/opt/xxx2
64 ln -s /var/lib/lxc/symtest1/rootfs/opt/xxx2 /var/lib/lxc/symtest1/rootfs/opt/xxx
65 touch /var/lib/lxc/symtest1/rootfs/opt/xxx/file2
69 rm -rf $lxcpath/symtest1/rootfs/opt/xxx
70 mkdir -p $lxcpath/symtest1/rootfs/opt/xxx
71 mkdir -p $lxcpath/symtest1/rootfs/opt/xxx/dir
72 touch $lxcpath/symtest1/rootfs/opt/xxx/file
73 touch $lxcpath/symtest1/rootfs/opt/xxx/file2src
74 ln -s $lxcpath/symtest1/rootfs/opt/xxx/file2src $lxcpath/symtest1/rootfs/opt/xxx/file2
82 rm -rf $lxcpath/symtest1/rootfs/opt/xxx
83 mkdir -p $lxcpath/symtest1/rootfs/opt/xxx
84 touch $lxcpath/symtest1/rootfs/opt/xxx/file2
85 mv $lxcpath/symtest1/rootfs/proc $lxcpath/symtest1/rootfs/proc1
86 ln -s $lxcpath/symtest1/rootfs/proc1 $lxcpath/symtest1/rootfs/proc