On Apr 3, 2005, at 3:06 am, Grant wrote:

I can't figure this out.  I tried to add this to the wiki:

"
== Burning ISO images with cdrecord ==

This is a section title, so should be shown at the top of the preview page.


Here is a pretty self-explanatory line for burning an ISO image to a
CD with cdrecord:
{{Box_Code|Burn the ISO image:|
# cdrecord -dev=/dev/cdrom blank=fast ~/image.iso
}}

I think the # needs a space before it to indicate that it's preformatted.


I usually use something like:
  {{Box_Code|Burn the ISO image:|
  <pre>
  # cdrecord -dev=/dev/cdrom blank=fast ~/image.iso
  </pre>
  }}

If in doubt, copy & paste from the "edit" box of some other article that displays right.

But since it is a single line of code, it might be more appropriate to use:

Here is a pretty self-explanatory line for burning an ISO image to a CD with cdrecord:
<br>
{{Codeline|cdrecord -dev=/dev/cdrom blank=fast ~/image.iso}}
<p>


Stroller.

--
gentoo-user@gentoo.org mailing list



Reply via email to