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 666643 Details for
Bug 874486
progress indicator for mediacheck isn't displayed, so users may think the installer is hung
[?]
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]
Proposed patch for anaconda
anaconda-checkisomd5.patch (text/plain), 769 bytes, created by
Harald Hoyer
on 2012-12-20 12:36:19 UTC
(
hide
)
Description:
Proposed patch for anaconda
Filename:
MIME Type:
Creator:
Harald Hoyer
Created:
2012-12-20 12:36:19 UTC
Size:
769 bytes
patch
obsolete
>diff --git a/dracut/anaconda-diskroot b/dracut/anaconda-diskroot >index 051081b..b97a1b6 100755 >--- a/dracut/anaconda-diskroot >+++ b/dracut/anaconda-diskroot >@@ -12,7 +12,12 @@ run_checkisomd5() { > [ -b $livedev ] && fs=$(blkid -s TYPE -o value $livedev) > if [ "$fs" = "iso9660" -o "$fs" = "udf" ]; then > [ -x /bin/plymouth ] && /bin/plymouth --hide-splash >- checkisomd5 --verbose $livedev >+ if [ -n "DRACUT_SYSTEMD" ]; then >+ p=$(str_replace "$livedev" "-" '\x2d') >+ systemctl start checkisomd5@${p}.service >+ else >+ checkisomd5 --verbose $livedev >+ fi > if [ $? -ne 0 ]; then > die "CD check failed!" > exit 1
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 874486
:
640697
|
663457
|
666643
|
666645
|
667096
|
667316