diff options
author | terminaldweller <thabogre@gmail.com> | 2022-04-26 15:20:33 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-04-26 15:20:33 +0000 |
commit | f217a14da77b2e73fd170ad99b7e22f6abdaf697 (patch) | |
tree | a1abd3a81949dba3dcae2a4c35dc9919dca69a1a /chroot/make_devices.sh | |
parent | update (diff) | |
download | scripts-f217a14da77b2e73fd170ad99b7e22f6abdaf697.tar.gz scripts-f217a14da77b2e73fd170ad99b7e22f6abdaf697.zip |
update
Diffstat (limited to 'chroot/make_devices.sh')
-rwxr-xr-x | chroot/make_devices.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chroot/make_devices.sh b/chroot/make_devices.sh index 0dc4da9..8a3c1b6 100755 --- a/chroot/make_devices.sh +++ b/chroot/make_devices.sh @@ -19,7 +19,7 @@ make_devices() { env mknod -m 0666 $1/dev/ptmx c 5 2 chown root:tty $1/dev/ptmx } -make_devices /home/devi/chroots/voidmusl -make_devices /home/devi/chroots/voidglibc +# make_devices /home/devi/chroots/voidmusl +# make_devices /home/devi/chroots/voidglibc make_devices /home/devi/chroots/ubuntu2204 # debootstrap stable /home/devi/chroots/debian11 http://deb.debian.org/debian |