Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 597063 Details for
Bug 838535
dracut: FATAL: Don't know how to handle 'root=UUID=9fbf2fe5-a20c-...'
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Previous patch missed argument. Fix it.
0001-mkdumprd-Fix-argument-for-handling-UUID-rootfs.patch (text/plain), 950 bytes, created by
Osamu MATSUMOTO
on 2012-07-09 12:26:44 UTC
(
hide
)
Description:
Previous patch missed argument. Fix it.
Filename:
MIME Type:
Creator:
Osamu MATSUMOTO
Created:
2012-07-09 12:26:44 UTC
Size:
950 bytes
patch
obsolete
>From 389287e2a4e814ad46ab06acacb5add0442bc78b Mon Sep 17 00:00:00 2001 >From: Osamu MATSUMOTO <osamu@osamu-m.org> >Date: Mon, 9 Jul 2012 21:23:17 +0900 >Subject: [PATCH] mkdumprd: Fix argument for handling UUID rootfs > >--- > mkdumprd | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/mkdumprd b/mkdumprd >index 81627c8..dc269a6 100644 >--- a/mkdumprd >+++ b/mkdumprd >@@ -13,7 +13,7 @@ SSH_KEY_LOCATION="/root/.ssh/kdump_id_rsa" > SAVE_PATH=$(grep ^path $conf_file| cut -d' ' -f2) > [ -z "$SAVE_PATH" ] && SAVE_PATH="/var/crash" > extra_modules="" >-dracut_args=("--hostonly" "--add" "kdumpbase" "--add" "fstab-sys" "--add" "kernel-modules" "-c" "/dev/null" "-I" "/sbin/makedumpfile" "-o" "plymouth") >+dracut_args=("--hostonly" "--add" "kdumpbase" "--add" "fstab-sys" "--add" "kernel-modules" "--add" "rootfs-block" "-c" "/dev/null" "-I" "/sbin/makedumpfile" "-o" "plymouth") > > add_dracut_arg() { > while [ $# -gt 0 ]; >-- >1.7.2.5 >
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 838535
:
597061
| 597063