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 149984 Details for
Bug 232091
DVD+ media will results in vary verbose output.logs
[?]
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 for -21 to add quiet mkisofs option to the growisofs that dvd+ media uses; also picks up the -J to make cleaner coasters for CD's; from -21 it seems the DVD already had -J
hts-quietdvdplus.patch (text/x-patch), 1.31 KB, created by
Rob Landry
on 2007-03-13 20:59:12 UTC
(
hide
)
Description:
Patch for -21 to add quiet mkisofs option to the growisofs that dvd+ media uses; also picks up the -J to make cleaner coasters for CD's; from -21 it seems the DVD already had -J
Filename:
MIME Type:
Creator:
Rob Landry
Created:
2007-03-13 20:59:12 UTC
Size:
1.31 KB
patch
obsolete
>--- cdrom.sh.orig 2007-03-13 16:57:15.000000000 -0400 >+++ cdrom.sh 2007-03-13 16:58:43.000000000 -0400 >@@ -268,9 +268,9 @@ > dvd) disk_mode=$dvd_mode > local iso_dir=/usr/share;; # ranges from 970MB-3.5GB > esac >- cdblocks=$(mkisofs -quiet -R -print-size $iso_dir) >+ cdblocks=$(mkisofs -quiet -R -J -print-size $iso_dir) > # Okay, write the directory to disk >- mkisofs -quiet -R $iso_dir | do_cdrecord dev=$cdrecord_dev fs=32M tsize=${cdblocks}s - >+ mkisofs -quiet -R -J $iso_dir | do_cdrecord dev=$cdrecord_dev fs=32M tsize=${cdblocks}s - > ${needs_eject:+`handle_eject`} > mkdir -p media > mount /dev/$cdrom_drive media 2>/dev/null >@@ -379,7 +379,7 @@ > sleep 1 > local iso_dir=/usr/share # ranges from 970MB-3.5GB > # write the directory to disk >- if growisofs -Z /dev/$cdrom_drive -R -J $iso_dir ; then >+ if growisofs -Z /dev/$cdrom_drive -R -J -quiet $iso_dir ; then > echo " Write DVD+R disk succeeded ! " > else > echo " Error ! Write DVD+R disk failed ! " >@@ -425,7 +425,7 @@ > echo " Error ! Blank DVD+RW disk failed ! " > fi > # write the directory to disk >- if growisofs -Z /dev/$cdrom_drive -R -J $iso_dir ; then >+ if growisofs -Z /dev/$cdrom_drive -R -J -quiet $iso_dir ; then > echo " Write DVD+RW disk succeeded ! " > else > echo " Error ! Write DVD+RW disk failed ! "
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 232091
: 149984