Summary: | Add boot parameter for /etc/init.d/checkfs to check all (or selected) filesystems. | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Jaak Ristioja <jaak> |
Component: | [OLD] baselayout | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED WORKSFORME | ||
Severity: | enhancement | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Proposed patch for checkroot and checkfs |
Description
Jaak Ristioja
2009-10-29 17:34:40 UTC
Created attachment 208649 [details, diff]
Proposed patch for checkroot and checkfs
Against which version of baselayout is your patch? The latest stable one on amd64, version 1.12.11.1. The patch was actually just meant to demonstrate the simplicity of such change in code. this is already in openrc: _forcefsck() { [ -e /forcefsck ] || get_bootparam forcefsck } Excuse me, but what is openrc? baselayout-2 |