Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 564008 - sys-apps/openrc: fsck do not abort processing if fsck_do_not_abort is set to YES
Summary: sys-apps/openrc: fsck do not abort processing if fsck_do_not_abort is set to YES
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: OpenRC (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: OpenRC Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-24 22:24 UTC by Joe M
Modified: 2016-01-14 03:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to check fsck_do_not_abort (0001-do-not-abort-if-the-fsck_do_not_abort-is-set-to-YES.patch,665 bytes, patch)
2015-10-24 22:24 UTC, Joe M
Details | Diff
do not abort if the fsck_do_not_abort is set to YES (0001-do-not-abort-if-the-fsck_do_not_abort-is-set-to-YES.patch,1.13 KB, patch)
2015-10-24 22:56 UTC, Joe M
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.