rootfs subdirectory

This commit is contained in:
PeterLawler
2020-08-15 05:06:18 +00:00
committed by Gunnar Wolf
parent 0cf508221f
commit dd3b33419c
9 changed files with 8 additions and 8 deletions

5
rootfs/etc/fstab Normal file
View File

@ -0,0 +1,5 @@
# 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