diff options
Diffstat (limited to 'chroot/voidglibc.sh')
-rwxr-xr-x | chroot/voidglibc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chroot/voidglibc.sh b/chroot/voidglibc.sh index bc2c47b..fb38e35 100755 --- a/chroot/voidglibc.sh +++ b/chroot/voidglibc.sh @@ -1,6 +1,6 @@ #!/bin/sh -CHROOT_DIR=/home/devi/rootfs/voidglibc +CHROOT_DIR=/home/devi/chroots/voidglibc sudo mount -t proc proc $CHROOT_DIR/proc/ sudo mount -t sysfs sys $CHROOT_DIR/sys/ # sudo mount -o bind /tmp $CHROOT_DIR/tmp/ |