Skip to content

Commit

Permalink
notes: Add example entry for /etc/fstab
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenzel committed Apr 30, 2024
1 parent 6c361e0 commit 2b37347
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ Move files from `/mnt/boot` to /dev/nvme0n1p2:

Edit `/etc/fstab` to add the boot partition.

/dev/nvme0n1p2 /boot auto defaults,errors=remount-ro 0 1

Edit `/etc/crypttab` to add the root partition:

nvme0n1p3_crypt UUID=<in lsblk -O> none luks
Expand Down

0 comments on commit 2b37347

Please sign in to comment.