Add flush option to boot partition
https://github.com/raspberrypi/linux/issues/4844
This commit is contained in:
parent
b2bd87c512
commit
1ad53be314
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
||||||
proc /proc proc defaults 0 0
|
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
|
ROOTDEV / ext4 defaults,noatime 0 1
|
||||||
|
|
Loading…
Reference in a new issue