Changeset 1044 in MondoRescue for branches/stable/mondo-doc
- Timestamp:
- Jan 9, 2007, 12:54:21 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo-doc/mondorescue-howto.sgml
r978 r1044 488 488 <row> 489 489 <entry> 490 bash# cd / root/images/mindi490 bash# cd /var/cache/mindi 491 491 492 492 </entry> … … 588 588 <row> 589 589 <entry> 590 bash# cdrecord dev=0,0,0 speed=4 -eject -v /root/images/mindi/mindi.iso590 bash# cdrecord dev=0,0,0 speed=4 -eject -v /var/cache/mindi/mindi.iso 591 591 592 592 </entry> … … 1188 1188 Making 2880KB boot disk...........................mkfs.vfat 2.10 (22 Sep 2003) 1189 1189 ... 2880 KB boot disks were created OK Done. 1190 In the directory '/ root/images/mindi' you will find the images:-1190 In the directory '/var/cache/mindi' you will find the images:- 1191 1191 mindi-data-1.img mindi-data-2.img mindi-data-3.img mindi-data-4.img mindi-data-5.img mindi-root.1440.img 1192 1192 Would you like to create boot+data floppy disks now (y/n) ?n … … 1216 1216 <entry> 1217 1217 1218 bash# cd / root/images/mindi1218 bash# cd /var/cache/mindi 1219 1219 </entry> 1220 1220 </row> … … 2760 2760 </question> 2761 2761 <answer> 2762 <para>A: The images are in /root/images/mindi (even if they are2762 <para>A: The images are in /var/cache/mindi (even if they are 2763 2763 created by Mondo) and also in the 'images' directory on the first 2764 2764 CD of your backup set, if you have backed up to CD. You can copy … … 2777 2777 <row> 2778 2778 <entry> 2779 bash# dd if=/ root/images/mindi/mindi-boot.1722.img of=/dev/fd0u17222779 bash# dd if=/var/cache/mindi/mindi-boot.1722.img of=/dev/fd0u1722 2780 2780 </entry> 2781 2781 </row> … … 2792 2792 <row> 2793 2793 <entry> 2794 bash# dd if=/ root/images/mindi/mindi-data-N.img of=/dev/fd02794 bash# dd if=/var/cache/mindi/mindi-data-N.img of=/dev/fd0 2795 2795 </entry> 2796 2796 </row>
Note:
See TracChangeset
for help on using the changeset viewer.