grub.d: add forcefsck.cfg

This commit is contained in:
Aminda Suomalainen 2020-03-29 15:11:48 +03:00
parent b217baaec9
commit 53944a0673
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
1 changed files with 2 additions and 0 deletions

View File

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