Project

General

Profile

« Previous | Next » 

Revision 3f9f1892

Added by Renato Botelho over 5 years ago

Ticket #9612: Prevent infinite loop and skip zfs

  • Detect when system does not contain any UFS partitions and skip it to
    run fsck -z
  • On a system with a broken filesystem it could end up on an infinite
    loop since fsck -z call would always return != 0. Save a counter on
    flag file and let it to try 3 times to run. If it fails just warn
    user and proceed with boot
  • added
  • modified
  • copied
  • renamed
  • deleted