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 608335 Details for
Bug 832884
using rd.live.overlay.reset only works after a second reboot
[?]
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]
Physically write overlay reset at time of request.
overlayreset.patch (text/plain), 986 bytes, created by
Frederick Grose
on 2012-08-31 00:07:36 UTC
(
hide
)
Description:
Physically write overlay reset at time of request.
Filename:
MIME Type:
Creator:
Frederick Grose
Created:
2012-08-31 00:07:36 UTC
Size:
986 bytes
patch
obsolete
>commit 69837a555b9306857b34e435d9c715b37b53de1e >Author: Frederick Grose <fgrose@sugarlabs.org> >Date: Thu Aug 30 19:57:47 2012 -0400 > > Physically write overlay reset at time of request. > > This causes the reset to take effect on the current boot. > >diff --git a/modules.d/90dmsquash-live/dmsquash-live-root.sh b/modules.d/90dmsquash-live/dmsquash-live-root.sh >index f8bfca6..a7bb202 100755 >--- a/modules.d/90dmsquash-live/dmsquash-live-root.sh >+++ b/modules.d/90dmsquash-live/dmsquash-live-root.sh >@@ -98,7 +98,7 @@ do_live_overlay() { > if [ -f /run/initramfs/overlayfs$pathspec -a -w /run/initramfs/overlayfs$pathspec ]; then > losetup $OVERLAY_LOOPDEV /run/initramfs/overlayfs$pathspec > if [ -n "$reset_overlay" ]; then >- dd if=/dev/zero of=$OVERLAY_LOOPDEV bs=64k count=1 2>/dev/null >+ dd if=/dev/zero of=$OVERLAY_LOOPDEV bs=64k count=1 conv=fsync 2>/dev/null > fi > setup="yes" > fi
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 832884
: 608335