Full Disk Encryption: Difference between revisions

imported>Mic92
see also section.
imported>Zimbatm
Line 87: Line 87:
# mount
# mount
$ mount /dev/disk/by-label/nixos /mnt
$ mount /dev/disk/by-label/nixos /mnt
$ mkdir /mnt/boot
$ mount /dev/sda1 /mnt/boot
$ mount /dev/sda1 /mnt/boot
</syntaxhighlight>
</syntaxhighlight>