From 1ad53be314dbc73d7117dbd610a982c90e115f37 Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Wed, 23 Feb 2022 18:32:32 +0000 Subject: [PATCH] Add flush option to boot partition https://github.com/raspberrypi/linux/issues/4844 --- stage1/01-sys-tweaks/files/fstab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage1/01-sys-tweaks/files/fstab b/stage1/01-sys-tweaks/files/fstab index f16e3fb..89f7bcb 100644 --- a/stage1/01-sys-tweaks/files/fstab +++ b/stage1/01-sys-tweaks/files/fstab @@ -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