Untitled
unknown
plain_text
2 years ago
245 B
5
Indexable
sudo -i
cryptsetup luksOpen /dev/sda3 tmpluks
mount -o subvol=@,defaults /dev/mapper/tmpluks /mnt
for dir in sys dev proc;do
mount -v --rbind "/${dir}" "/mnt/${dir}"
mount -v --make-rslave "/mnt/${dir}"
done
chroot /mnt /bin/bash
mount -va
Editor is loading...
Leave a Comment