2017-10-08 22:18:48 +02:00
|
|
|
# The root file system has fs_passno=1 as per fstab(5) for automatic fsck.
|
2018-08-14 14:11:13 -05:00
|
|
|
LABEL=raspiroot / ext4 rw 0 1
|
2017-10-08 22:18:48 +02:00
|
|
|
# All other file systems have fs_passno=2 as per fstab(5) for automatic fsck.
|
2018-08-14 14:11:13 -05:00
|
|
|
LABEL=raspiboot /boot/firmware vfat rw 0 2
|
2017-10-08 22:18:48 +02:00
|
|
|
proc /proc proc defaults 0 0
|