Skip to content

Check if fsck has been started for rootfs

Denis Pynkin requested to merge wip/d4s/T5649 into apertis/v2019dev0

In case if fsck has been started it savees 2 files in directory '/run/initramfs':

  • stamp file 'fsck-root' in case if fsck run was successful
  • log file 'fsck.log' with filesystem check log

Since fsck is started on every boot it is enough to make sure we have root file system check on initramfs stage.

Signed-off-by: Denis Pynkin denis.pynkin@collabora.com

Merge request reports