diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-07-04 08:53:47 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-07-04 08:53:47 +0100 |
commit | e2afa786dbdd9d2b31140cc3e3812bb019daff15 (patch) | |
tree | 150f87707ed4f10c3625a8fb7dfba739f31577ef | |
parent | 8cafbd59108def79f032c46360f6ebdbe5ee07f4 (diff) |
we really don't wanna doublemount this
-rwxr-xr-x | vasile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -90,7 +90,7 @@ envkogaionstart () { mount -t proc proc "$overlaydir"/proc mount -t sysfs sysfs "$overlaydir"/sys mount -t devtmpfs -o relatime,size=3055348k,nr_inodes=763837,mode=755 none "$overlaydir"/dev - mount -t devpts -o nosuid,noexec,relatime,gid=5,mode=620 none $1/dev/pts "$overlaydir"/dev/pts + mount -t devpts -o nosuid,noexec,relatime,gid=5,mode=620 none "$overlaydir"/dev/pts mount -t tmpfs -o nosuid,nodev none "$overlaydir"/dev/shm mount -t tmpfs -o nosuid,nodev,noexec none "$overlaydir"/tmp } |