From 560102aab67d860fc507c7b5788a7db3a0a52ca6 Mon Sep 17 00:00:00 2001 From: Gunnar Wolf Date: Thu, 12 Nov 2020 19:25:25 -0600 Subject: [PATCH] Stop hardcoding the mount line for /proc in /etc/fstab (re: issue #34) --- rootfs/etc/fstab | 1 - 1 file changed, 1 deletion(-) diff --git a/rootfs/etc/fstab b/rootfs/etc/fstab index dc417c7..805b599 100644 --- a/rootfs/etc/fstab +++ b/rootfs/etc/fstab @@ -2,4 +2,3 @@ LABEL=RASPIROOT / ext4 rw 0 1 # All other file systems have fs_passno=2 as per fstab(5) for automatic fsck. LABEL=RASPIFIRM /boot/firmware vfat rw 0 2 -proc /proc proc defaults 0 0