Fix fstab flush option

raspberrypi/linux#4844
This commit is contained in:
Phil Elwell 2022-02-28 09:58:08 +00:00 committed by GitHub
parent c5a906b676
commit a120c4128e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
proc /proc proc defaults 0 0
BOOTDEV /boot vfat defaults.flush 0 2
BOOTDEV /boot vfat defaults,flush 0 2
ROOTDEV / ext4 defaults,noatime 0 1