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 663457 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
dracut-checkisomd5.patch (text/plain), 1.35 KB, created by
Harald Hoyer
on 2012-12-14 09:13:59 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Harald Hoyer
Created:
2012-12-14 09:13:59 UTC
Size:
1.35 KB
patch
obsolete
>commit 040f388331964b4e035bdf54c91d8e3fc8488681 >Author: Harald Hoyer <harald@redhat.com> >Date: Fri Dec 14 08:57:22 2012 +0100 > > dmsquash-live: add systemd checkisomd5 service > >diff --git a/modules.d/90dmsquash-live/checkisomd5@.service b/modules.d/90dmsquash-live/checkisomd5@.service >new file mode 100644 >index 0000000..20e40bd >--- /dev/null >+++ b/modules.d/90dmsquash-live/checkisomd5@.service >@@ -0,0 +1,13 @@ >+[Unit] >+Description=Media check on %f >+DefaultDependencies=no >+Before=shutdown.target >+ >+[Service] >+Type=oneshot >+RemainAfterExit=no >+ExecStart=/bin/checkisomd5 --verbose %f >+StandardInput=tty-force >+StandardOutput=inherit >+StandardError=inherit >+TimeoutSec=0 >diff --git a/modules.d/90dmsquash-live/dmsquash-live-root.sh b/modules.d/90dmsquash-live/dmsquash-live-root.sh >index a7bb202..ec22977 100755 >--- a/modules.d/90dmsquash-live/dmsquash-live-root.sh >+++ b/modules.d/90dmsquash-live/dmsquash-live-root.sh >@@ -32,7 +32,12 @@ fi > getarg rd.live.check -d check || check="" > if [ -n "$check" ]; 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