aboutsummaryrefslogtreecommitdiffstats
path: root/chroot/debian11.sh
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-02-15 07:35:56 +0000
committerterminaldweller <thabogre@gmail.com>2022-02-15 07:35:56 +0000
commit7b8a4a697936a614b094a53534ebdbd2ea4b63a9 (patch)
tree957fd489a029aba968b650f8a93248aded1a2af2 /chroot/debian11.sh
parentfix for gmail inboxes (diff)
downloadscripts-7b8a4a697936a614b094a53534ebdbd2ea4b63a9.tar.gz
scripts-7b8a4a697936a614b094a53534ebdbd2ea4b63a9.zip
adding device files manually now and working for void chroots
Diffstat (limited to 'chroot/debian11.sh')
-rwxr-xr-xchroot/debian11.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/chroot/debian11.sh b/chroot/debian11.sh
index 3fe88da..2fbfd83 100755
--- a/chroot/debian11.sh
+++ b/chroot/debian11.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-CHROOT_DIR=/home/devi/rootfs/debian11
+CHROOT_DIR=/home/devi/chroots/debian11
sudo mount -t proc proc $CHROOT_DIR/proc/
sudo mount -t sysfs sys $CHROOT_DIR/sys/
# sudo mount -o bind /tmp $CHROOT_DIR/tmp/