From 7b8a4a697936a614b094a53534ebdbd2ea4b63a9 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Tue, 15 Feb 2022 11:05:56 +0330 Subject: adding device files manually now and working for void chroots --- chroot/debian11.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chroot/debian11.sh') 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/ -- cgit v1.2.3