FAT labels should be uppercase

...and both filesystem labels should be in the same case, for consistency
This commit is contained in:
Gunnar Wolf
2018-12-04 18:39:03 -06:00
parent badf0da112
commit bf7dc84c50
2 changed files with 5 additions and 5 deletions

4
fstab
View File

@ -1,5 +1,5 @@
# The root file system has fs_passno=1 as per fstab(5) for automatic fsck.
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.
LABEL=raspiboot /boot/firmware vfat rw 0 2
LABEL=RASPIFIRM /boot/firmware vfat rw 0 2
proc /proc proc defaults 0 0