Changeset 929 in MondoRescue for trunk/mindi/distributions


Ignore:
Timestamp:
Nov 14, 2006, 12:39:43 AM (19 years ago)
Author:
Bruno Cornec
Message:

mindi conf file improved

Location:
trunk/mindi/distributions
Files:
2 added
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/mindi/distributions/conf/mindi.conf.dist

    r895 r929  
    8080mindi_boot_loader="NATIVE"
    8181
     82#
     83# Location of the fstab file
     84#
     85mindi_etc_fstab="/etc/fstab"
    8286
     87#
     88# Location of the logfile
     89#
     90mindi_log_file="/var/log/mindi.log"
     91
     92#
     93# Interactive mode (yes|no)
     94#
     95mindi_interactive="no"
     96
     97#
     98# Boot message shown during media boot
     99#
     100mindi_boot_msg="\
     101To format and restore all files automatically, type 'nuke' <enter>.\n\
     102To restore some/all files interactively, type 'interactive' <enter>.\n\
     103To compare the archives with your filesystem, type 'compare' <enter>.\n\
     104To boot to a command-line prompt (expert mode), type 'expert' <enter>.\n\
     105You may add one or more of the following parameters as well:-\n\n\
     106        donteject - mondorestore will not eject the CD; this is useful if, for\n\
     107                    instance, your PC's case has a concealed CD-ROM drive\n\
     108        noresize  - your mountlist will not be adjusted to use your unallocated\n\
     109                    hard disk space\n\
     110        textonly  - do not call any Newt library routines; this is unattractive\n\
     111                    but valuable if you find your Newt library has bugs in it\n\n\
     112e.g. Type 'nuke donteject textonly' if you have an unstable Newt library and \n\
     113a PC whose CD-ROM drive tray would be damaged if it unexpectedly ejected.\n\
     114"
     115
  • trunk/mindi/distributions/rpm/mindi.spec

    r923 r929  
    5555%config(noreplace) %{_sysconfdir}/mindi/deplist.d/*
    5656%config(noreplace) %{_sysconfdir}/mindi/mindi.conf
     57%config(noreplace) %{_sysconfdir}/mindi/mindi.conf.dist
    5758%doc ChangeLog INSTALL COPYING README TODO README.ia64 README.pxe README.busybox svn.log
    5859%{_mandir}/man8/*
Note: See TracChangeset for help on using the changeset viewer.