commit b9d6b9c03db4634f8e70d2963be91acaaf667c67 Author: Thaidakar Date: Sun Dec 17 18:46:01 2023 +0000 Add chrt.sh diff --git a/chrt.sh b/chrt.sh new file mode 100644 index 0000000..caab252 --- /dev/null +++ b/chrt.sh @@ -0,0 +1,10 @@ +#!/bin/bash +#this is for popos only +sudo mount /dev/nvme0n1p3 /mnt + +sudo mount /dev/nvme0n1p1 /mnt/boot/efi + + +# mount several "kernel" virtual file systems from the live system to '/mnt/' +for i in /dev /dev/pts /proc /sys /run; do sudo mount -B $i /mnt$i; done +sudo chroot /mnt