diff options
author | terminaldweller <thabogre@gmail.com> | 2022-02-15 07:35:56 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-02-15 07:35:56 +0000 |
commit | 7b8a4a697936a614b094a53534ebdbd2ea4b63a9 (patch) | |
tree | 957fd489a029aba968b650f8a93248aded1a2af2 /chroot/voidglibc.sh | |
parent | fix for gmail inboxes (diff) | |
download | scripts-7b8a4a697936a614b094a53534ebdbd2ea4b63a9.tar.gz scripts-7b8a4a697936a614b094a53534ebdbd2ea4b63a9.zip |
adding device files manually now and working for void chroots
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/ |