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 600332 Details for
Bug 843105
When mounting with live_ram, the CD is ejected and in some case we would like to be able to keep it inside the reader
[?]
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.
No eject patch to dmsquash-live-root
no_eject.patch.txt (text/plain), 790 bytes, created by
David Hill
on 2012-07-25 15:31:42 UTC
(
hide
)
Description:
No eject patch to dmsquash-live-root
Filename:
MIME Type:
Creator:
David Hill
Created:
2012-07-25 15:31:42 UTC
Size:
790 bytes
patch
obsolete
>--- dmsquash-live-root.orig 2012-07-25 15:25:54.210437566 +0000 >+++ dmsquash-live-root 2012-07-25 15:26:24.508780297 +0000 >@@ -19,6 +19,7 @@ > live_dir=$(getarg live_dir) > [ -z "$live_dir" ] && live_dir="LiveOS" > getarg live_ram && live_ram="yes" >+getarg no_eject && no_eject="yes" > getarg reset_overlay && reset_overlay="yes" > getarg readonly_overlay && readonly_overlay="--readonly" || readonly_overlay="" > overlay=$(getarg overlay) >@@ -146,7 +147,9 @@ > dd if=$SQUASHED of=/squashed.img bs=512 2> /dev/null > umount -n /dev/.initramfs/live > echo "Done copying live image to RAM." >- eject -p $livedev || : >+ if [ ! -n "$no_eject" ]; then >+ eject -p $livedev || : >+ fi > SQUASHED="/squashed.img" > 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 Raw
Actions:
View
Attachments on
bug 843105
: 600332