Changeset 1046 in MondoRescue for trunk/mondo-doc/mondorescue-howto.sgml


Ignore:
Timestamp:
Jan 9, 2007, 1:29:21 AM (17 years ago)
Author:
Bruno Cornec
Message:

merge -r1042:1045 $SVN_M/branches/stable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo-doc/mondorescue-howto.sgml

    r979 r1046  
    488488<row>
    489489<entry>
    490         bash# cd /root/images/mindi
     490        bash# cd /var/cache/mindi
    491491
    492492</entry>
     
    588588<row>
    589589<entry>
    590 bash# cdrecord dev=0,0,0 speed=4 -eject -v /root/images/mindi/mindi.iso
     590        bash# cdrecord dev=0,0,0 speed=4 -eject -v /var/cache/mindi/mindi.iso
    591591
    592592</entry>
     
    11881188Making 2880KB boot disk...........................mkfs.vfat 2.10 (22 Sep 2003)
    11891189... 2880 KB boot disks were created OK                          Done.
    1190 In the directory '/root/images/mindi' you will find the images:-
     1190In the directory '/var/cache/mindi' you will find the images:-
    11911191   mindi-data-1.img    mindi-data-2.img    mindi-data-3.img    mindi-data-4.img    mindi-data-5.img mindi-root.1440.img
    11921192Would you like to create boot+data floppy disks now (y/n) ?n
     
    12161216<entry>
    12171217
    1218         bash# cd /root/images/mindi
     1218        bash# cd /var/cache/mindi
    12191219</entry>
    12201220</row>
     
    27602760</question>
    27612761<answer>
    2762 <para>A: The images are in /root/images/mindi (even if they are
     2762        <para>A: The images are in /var/cache/mindi (even if they are
    27632763created by Mondo) and also in the 'images' directory on the first
    27642764CD of your backup set, if you have backed up to CD. You can copy
     
    27772777<row>
    27782778<entry>
    2779         bash# dd if=/root/images/mindi/mindi-boot.1722.img of=/dev/fd0u1722
     2779        bash# dd if=/var/cache/mindi/mindi-boot.1722.img of=/dev/fd0u1722
    27802780</entry>
    27812781</row>
     
    27922792<row>
    27932793<entry>
    2794         bash# dd if=/root/images/mindi/mindi-data-N.img of=/dev/fd0
     2794        bash# dd if=/var/cache/mindi/mindi-data-N.img of=/dev/fd0
    27952795</entry>
    27962796</row>
Note: See TracChangeset for help on using the changeset viewer.