diff options
Diffstat (limited to '')
-rwxr-xr-x | chroot/ubuntu2204.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chroot/ubuntu2204.sh b/chroot/ubuntu2204.sh index 8721218..0d9c125 100755 --- a/chroot/ubuntu2204.sh +++ b/chroot/ubuntu2204.sh @@ -7,4 +7,4 @@ sudo mount -t sysfs sys $CHROOT_DIR/sys/ # sudo mount -o bind /tmp $CHROOT_DIR/tmp/ # sudo mount -o bind /dev $CHROOT_DIR/dev/ sudo mount -t devpts none "$CHROOT_DIR/dev/pts" -o ptmxmode=0666,newinstance -sudo chroot $CHROOT_DIR +sudo xchroot $CHROOT_DIR |