Skip to content

Commit

Permalink
notes: Add missing sudo
Browse files Browse the repository at this point in the history
pmenzel committed Dec 13, 2021
1 parent 0acdfb0 commit 1755b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notes.md
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ Format partitions:

$ sudo mkfs.fat -F32 -nESP /dev/nvme0n1p1
mkfs.fat 4.1 (2017-01-24)
$ mkfs.ext4 -L boot /dev/nvme0n1p2
$ sudo mkfs.ext4 -L boot /dev/nvme0n1p2
[…]
$ sudo cryptsetup luksFormat /dev/nvme0n1p3
$ sudo cryptsetup luksOpen /dev/nvme0n1p3 nvme0n1p3_crypt

0 comments on commit 1755b03

Please sign in to comment.