aboutsummaryrefslogtreecommitdiffstats
path: root/chroot/ubuntu2204.sh
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-04-26 15:20:33 +0000
committerterminaldweller <thabogre@gmail.com>2022-04-26 15:20:33 +0000
commitf217a14da77b2e73fd170ad99b7e22f6abdaf697 (patch)
treea1abd3a81949dba3dcae2a4c35dc9919dca69a1a /chroot/ubuntu2204.sh
parentupdate (diff)
downloadscripts-f217a14da77b2e73fd170ad99b7e22f6abdaf697.tar.gz
scripts-f217a14da77b2e73fd170ad99b7e22f6abdaf697.zip
update
Diffstat (limited to '')
-rwxr-xr-xchroot/ubuntu2204.sh1
1 files changed, 1 insertions, 0 deletions
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/