mirror of
https://salsa.debian.org/raspi-team/image-specs
synced 2026-05-30 22:58:08 +02:00
6 lines
255 B
Plaintext
6 lines
255 B
Plaintext
# The root file system has fs_passno=1 as per fstab(5) for automatic fsck.
|
|
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
|