Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 208649 Details for
Bug 291045
Add boot parameter for /etc/init.d/checkfs to check all (or selected) filesystems.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch for checkroot and checkfs
diff (text/plain), 782 bytes, created by
Jaak Ristioja
on 2009-10-29 17:35:43 UTC
(
hide
)
Description:
Proposed patch for checkroot and checkfs
Filename:
MIME Type:
Creator:
Jaak Ristioja
Created:
2009-10-29 17:35:43 UTC
Size:
782 bytes
patch
obsolete
>--- checkroot 2009-10-29 19:27:07.000000000 +0200 >+++ checkroot 2009-10-29 19:27:47.000000000 +0200 >@@ -17,7 +17,7 @@ > eend $? > fi > >- if [[ -f /forcefsck ]] || get_bootparam "forcefsck" ; then >+ if [[ -f /forcefsck ]] || get_bootparam "forcerootfsck" || get_bootparam "forcefsck" ; then > ebegin "Checking root filesystem (full fsck forced)" > fsck -C -a -f / > # /forcefsck isn't deleted because checkfs needs it. >--- checkfs 2009-10-29 19:27:01.000000000 +0200 >+++ checkfs 2009-10-29 19:29:29.000000000 +0200 >@@ -16,7 +16,7 @@ > rm -f /fastboot > else > ebegin "Checking all filesystems" >- if [[ -f /forcefsck ]] ; then >+ if [[ -f /forcefsck ]] || get_bootparam "forcefsck" ; then > ewarn "A full fsck has been forced" > fsck -C -T -R -A -a -f > retval=$?
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 291045
: 208649