From f1f0198cb61a3398557cc9ec596e1e90ac731ed3 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 15 May 2014 19:07:43 +0200 Subject: fsck: Allow to specify the fsck repair option in the cmdline Some unattended systems do not have a console attached and entering the default rescue mode will not be too helpful. Allow to specify the "-y" option to attempt to fix all filesystem errors. Manually verified by downloading an image.gz of e2fsprogs, using losetup and running systemd-fsck on the loop device and varying the fsck.repair=preen|yes|no option. --- man/kernel-command-line.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'man/kernel-command-line.xml') diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index dbfec61289..a276b7141d 100644 --- a/man/kernel-command-line.xml +++ b/man/kernel-command-line.xml @@ -192,6 +192,17 @@ + + fsck.repair= + + + Parameter understood by + the file system checker + services. For details, see + systemd-fsck@.service8. + + + quotacheck.mode= -- cgit v1.2.3-54-g00ecf