Hi,
I have an Odroid-U3 running Arch and I wish to set the following kernel command line parameter:
$this->bbcode_second_pass_code('', 'fsck.repair=yes') See doc: http://www.freedesktop.org/software/systemd/man/systemd-fsck@.service.html
I'm having a hard time orienting my research. Can/should I do this:
1. Through a configuration file?
2. Through an environment variable?
3. By recompiling my zImage?
On systems using init it's a very simple setting (FSCKFIX=yes in /etc/default/rcS).
Thanks.