@@ -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
The note is not visible to the blocked user.