diff --git a/etc/default/grub.d/forcefsck.cfg b/etc/default/grub.d/forcefsck.cfg new file mode 100644 index 00000000..dba3c8e4 --- /dev/null +++ b/etc/default/grub.d/forcefsck.cfg @@ -0,0 +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"