Добавить mnt.sh

This commit is contained in:
2024-05-22 02:21:18 +03:00
parent d9eefe7bb7
commit 3e7a9dff4a

13
mnt.sh Normal file
View File

@@ -0,0 +1,13 @@
#!/bin/sh
set -e
drive=/dev/nvme1n1
mount ${drive}p3 /mnt
mount ${drive}p1 /mnt/boot/efi
mount --bind /dev /mnt/dev
mount --bind /sys /mnt/sys
mount --bind /proc /mnt/proc
mount --bind /run /mnt/run