Projects
Browse Source     Search     Timeline     Wiki

Changeset 23449

Show
Ignore:
Timestamp:
2007-11-13 10:54:51 (11 months ago)
Author:
zarzycki@…
Message:

<rdar://problem/5567165> SULeoNext: do not stop boot if fsck_hfs repair fails on journaled boot volume

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/SULeopard/launchd/src/launchctl.c

    r23400 r23449  
    27652765        } 
    27662766 
    2767         fprintf(stderr, "fsck failed! Leaving the root file system read-only...\n"); 
     2767        fprintf(stderr, "fsck failed!\n"); 
     2768 
     2769        /* someday, we should keep booting read-only, but as of today, other sub-systems cannot handle that scenario */ 
     2770        assumes(reboot(RB_HALT) != -1); 
    27682771 
    27692772        return;