Projects
Browse Source     Search     Timeline     Wiki

Changeset 23448

Show
Ignore:
Timestamp:
11/13/07 10:53:47 (12 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
  • trunk/launchd/src/launchctl.c

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