grub/forcefsck: add fsck.repair=yes

This commit is contained in:
Aminda Suomalainen 2023-09-24 17:26:40 +03:00
parent 4c8e37f396
commit ce7ab5ea40
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -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"