Skip to content

Commit

Permalink
Add command to set swap area up on fourth partition
Browse files Browse the repository at this point in the history
pmenzel committed May 8, 2024
1 parent 2d4ff7f commit 52e88f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notes.md
Original file line number Diff line number Diff line change
@@ -27,6 +27,7 @@ Format partitions:

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

0 comments on commit 52e88f0

Please sign in to comment.