Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 564008

Summary: sys-apps/openrc: fsck do not abort processing if fsck_do_not_abort is set to YES
Product: Gentoo Hosted Projects Reporter: Joe M <joe9mail>
Component: OpenRCAssignee: OpenRC Team <openrc>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: patch to check fsck_do_not_abort
do not abort if the fsck_do_not_abort is set to YES

Description Joe M 2015-10-24 22:24:02 UTC
Created attachment 415394 [details, diff]
patch to check fsck_do_not_abort

do not abort further booting if any mount fails on fsck'ing.
Comment 1 Joe M 2015-10-24 22:56:52 UTC
Created attachment 415396 [details, diff]
do not abort if the fsck_do_not_abort is set to YES
Comment 2 William Hubbs gentoo-dev 2016-01-13 17:01:33 UTC
https://github.com/openrc/openrc/commit/9473ac5

I changed your original patch so that it is only a one line change to
the script.

The variable is now fsck_abort_on_errors with a default setting of yes.
If you do not want to abort, set it to no.
This will be in 0.20.
Comment 3 Joe M 2016-01-14 03:20:05 UTC
I like your changes. Thanks for correcting it.