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"