From 2b3734704faf1f57650ca26e2155c95c9702775e Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Tue, 30 Apr 2024 15:51:10 +0200 Subject: [PATCH] notes: Add example entry for `/etc/fstab` --- notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/notes.md b/notes.md index 871a7c5..6654214 100644 --- a/notes.md +++ b/notes.md @@ -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= none luks