shell-things/etc/default/grub.d/forcefsck.cfg

3 lines
156 B
INI
Raw Normal View History

2020-03-29 14:11:48 +02:00
# You usually won't want this, but to check all partitions on boot
2023-09-24 16:26:40 +02:00
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT fsck.mode=force fsck.repair=yes"