Changeset 541 in MondoRescue for branches/stable/documentation


Ignore:
Timestamp:
May 13, 2006, 8:47:23 PM (18 years ago)
Author:
bcornec
Message:

Stable is reverted to r436 (2.0.7) to put it in line with 2.0.8 and start from there over

Location:
branches/stable/documentation
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/documentation/Makefile.howto

    r508 r541  
    3434    @rm -fr $(TARGET)
    3535    @docbook2html -d $(TARGET).dsl'#html' -o $(TARGET) $(TARGET).sgml
    36     @(cd $(TARGET) ; ln -sf ../$(IMAGESDIR) .)
    3736
    3837$(TARGET).html: $(SRC) $(DSL) $(IMAGES)
     
    6463    @echo "Delivering mondorescue howto"
    6564    @echo ""
    66     @if [ "${INSTALLDIR}" != "" ]; then mkdir -p ${INSTALLDIR} ; cp -a $(TARGET).{html,pdf,ps,txt,rtf} $(TARGET) ${INSTALLDIR} ; else echo "No INSTALLDIR specified aborting install"; fi
     65    @if [ "${INSTALLDIR}" != "" ]; then mkdir -p ${INSTALLDIR} ; cp -a $(TARGET).{html,pdf,ps,txt,rtf} $(TARGET) ${INSTALLDIR} ; cp -a ${IMAGESDIR} ${INSTALLDIR}/$(TARGET) ; else echo "No INSTALLDIR specified aborting install"; fi
  • branches/stable/documentation/mondoarchive.8

    r493 r541  
    369369Backup PC using DVD Media:
    370370.br
    371 .I "mondoarchive -OVr -d /dev/scd0 -gF -s 4200m"
     371.I "mondoarchive -OVr 2 -d /dev/scd0 -gF -s 4200m"
    372372
    373373.BI TAPE:
  • branches/stable/documentation/mondorescue-howto.sgml

    r481 r541  
    24582458</qandaentry>
    24592459<qandaentry>
    2460 <question><para>Q: Where is my CD burner, in SCSI terms?</para></question>
     2460<question><para>Q: Where is my CD burner, in SCSI
     2461                terms?</para></question>
    24612462<answer>
    24622463<para>A: Type:</para>
     
    24842485long as your kernel and modules support it, Mindi will support it
    24852486and therefore so will Mondo.</para>
    2486 </answer>
    2487 </qandaentry>
    2488 <qandaentry>
    2489         <question><para>Q: Why doesn't cdrecord -scanbus work ?</para></question>
    2490         <answer>
    2491                 <para>A: If you have a 2.4.x kernel (typical example are fedora legacy kernels for redhat 7.X/8/9) and an IDE CDRW device, and the drive is not
    2492 listed when you run
    2493 
    2494 <informaltable><tgroup cols="1"><tbody>
    2495 <row>
    2496 <entry>
    2497 bash# cdrecord -scanbus
    2498 </entry>
    2499 </row>
    2500 </tbody></tgroup></informaltable>
    2501 
    2502 try adding the following kernel option to your boot script to enable
    2503 SCSI emulation: hdx=ide-scsi, where "hdx" should be replaced with the
    2504 appropriate drive letter of the CDRW device, e.g., "hdc".
    2505 (Answer provided by Christopher Moriarity cdm7_at_cdc.gov)
    2506 </para>
    25072487</answer>
    25082488</qandaentry>
Note: See TracChangeset for help on using the changeset viewer.