From ce7ab5ea40e650e86757f3bb5b898dc797df1fda Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 24 Sep 2023 17:26:40 +0300 Subject: [PATCH] grub/forcefsck: add fsck.repair=yes --- etc/default/grub.d/forcefsck.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/default/grub.d/forcefsck.cfg b/etc/default/grub.d/forcefsck.cfg index dba3c8e4..e304a054 100644 --- a/etc/default/grub.d/forcefsck.cfg +++ b/etc/default/grub.d/forcefsck.cfg @@ -1,2 +1,2 @@ # You usually won't want this, but to check all partitions on boot -GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT fsck.mode=force" +GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT fsck.mode=force fsck.repair=yes"