From f217a14da77b2e73fd170ad99b7e22f6abdaf697 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Tue, 26 Apr 2022 19:50:33 +0430 Subject: update --- chroot/make_devices.sh | 4 ++-- chroot/ubuntu2204.sh | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'chroot') 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 diff --git a/chroot/ubuntu2204.sh b/chroot/ubuntu2204.sh index 792270b..8721218 100755 --- a/chroot/ubuntu2204.sh +++ b/chroot/ubuntu2204.sh @@ -1,5 +1,6 @@ #!/bin/sh +# sudo debootstrap jammy ./ubuntu2204 http://archive.ubuntu.com/ubuntu jammy CHROOT_DIR=/home/devi/chroots/ubuntu2204 sudo mount -t proc proc $CHROOT_DIR/proc/ sudo mount -t sysfs sys $CHROOT_DIR/sys/ -- cgit v1.2.3