Add flush option to boot partition

https://github.com/raspberrypi/linux/issues/4844
This commit is contained in:
Serge Schneider 2022-02-23 18:32:32 +00:00
parent b2bd87c512
commit 1ad53be314
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 0 2
BOOTDEV /boot vfat defaults.flush 0 2
ROOTDEV / ext4 defaults,noatime 0 1