summaryrefslogtreecommitdiffstats
path: root/prog/jelka/chroot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'prog/jelka/chroot.sh')
-rwxr-xr-xprog/jelka/chroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/jelka/chroot.sh b/prog/jelka/chroot.sh
index f1db05b..cf6a1da 100755
--- a/prog/jelka/chroot.sh
+++ b/prog/jelka/chroot.sh
@@ -4,7 +4,7 @@ mkdir -p $2
mount -t tmpfs -o nr_blocks=1,mode=0755 tmp $2
if [ x$1 = xstart ]
then
- for i in /bin /dev/null /etc /lib /lib64 /usr
+ for i in /bin /dev/null /etc /lib /usr
do
[ -d $i ] && mkdir -p $2/$i || { mkdir -p $2/`rev <<<$i | cut -d/ -f2- | rev` && touch $2/$i; }
mount --bind -onosuid,ro $i $2/$i