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/voidmusl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chroot/voidmusl.sh') diff --git a/chroot/voidmusl.sh b/chroot/voidmusl.sh index 9d98ae6..57f89d1 100755 --- a/chroot/voidmusl.sh +++ b/chroot/voidmusl.sh @@ -1,6 +1,6 @@ #!/bin/sh -CHROOT_DIR=/home/devi/rootfs/voidmusl +CHROOT_DIR=/home/devi/chroots/voidmusl 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