Stop hardcoding the mount line for /proc in /etc/fstab (re: issue #34)
This commit is contained in:
parent
57e90df103
commit
560102aab6
|
@ -2,4 +2,3 @@
|
||||||
LABEL=RASPIROOT / ext4 rw 0 1
|
LABEL=RASPIROOT / ext4 rw 0 1
|
||||||
# All other file systems have fs_passno=2 as per fstab(5) for automatic fsck.
|
# All other file systems have fs_passno=2 as per fstab(5) for automatic fsck.
|
||||||
LABEL=RASPIFIRM /boot/firmware vfat rw 0 2
|
LABEL=RASPIFIRM /boot/firmware vfat rw 0 2
|
||||||
proc /proc proc defaults 0 0
|
|
||||||
|
|
Loading…
Reference in New Issue