Changeset 1611 in MondoRescue


Ignore:
Timestamp:
Sep 2, 2007, 2:09:19 AM (17 years ago)
Author:
Bruno Cornec
Message:

Fix #190 (veelo)

Location:
branches/2.2.5
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi/rootfs/README

    r998 r1611  
    1111If you used Mondo to make this CD (or set of floppies) then oh boy, are you in
    1212for some fun. To do a basic restore, type:-
    13 # mondo-restore
     13# mondorestore
    1414
    1515To edit the mountlist, type:-
  • branches/2.2.5/mindi/rootfs/etc/syslog.conf

    r30 r1611  
    11# Various entry
    2 *.*                                      /tmp/mondo-restore.log
     2*.*                                      /tmp/mondorestore.log
  • branches/2.2.5/mondo-doc/mondorescue-howto.sgml

    r1588 r1611  
    20172017<itemizedlist>
    20182018<listitem>
    2019 <para>If it did not work then please copy /tmp/mondo-restore.log to
     2019<para>If it did not work then please copy /tmp/mondorestore.log to
    20202020a floppy (or to your hard disk, USB key, ...), gzip it and e-mail it to the
    20212021&ML;.</para>
     
    20522052wait.</para>
    20532053<para>Now, should something go wrong, you will be able to examine
    2054 /tmp/mondo-restore.log to see what happened. All is not lost. You
     2054/tmp/mondorestore.log to see what happened. All is not lost. You
    20552055can fdisk and format the partitions yourself, using the tools that
    20562056come with the CD. You can then run mondorestore in Interactive Mode
  • branches/2.2.5/mondo/src/mondorestore/mondo-restore.c

    r1579 r1611  
    116116
    117117/**
    118  * Mondo's home directory during backup. Unused in mondo-restore; included
     118 * Mondo's home directory during backup. Unused in mondorestore; included
    119119 * to avoid link errors.
    120120 */
     
    30003000    run_program_and_log_output("umount " MNT_CDROM, FALSE);
    30013001    /*
    3002     run_program_and_log_output("ln -sf /var/log/mondo-archive.log /tmp/mondo-restore.log",
     3002    run_program_and_log_output("ln -sf /var/log/mondo-archive.log /tmp/mondorestore.log",
    30033003         FALSE);
    30043004         */
  • branches/2.2.5/mondo/src/restore-scripts/mondo/ISO

    r30 r1611  
    11#!/bin/sh
    22
    3 mondo-restore --iso
     3mondorestore --iso
    44exit $?
Note: See TracChangeset for help on using the changeset viewer.