Stop hardcoding the mount line for /proc in /etc/fstab (re: issue #34)

This commit is contained in:
Gunnar Wolf 2020-11-12 19:25:25 -06:00
parent 57e90df103
commit 560102aab6
1 changed files with 0 additions and 1 deletions

View File

@ -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