Ignore:
Timestamp:
Jan 5, 2014, 1:35:28 PM (10 years ago)
Author:
Bruno Cornec
Message:
  • Fix build process for perl modules deps (creation of the perl-scripts file was incorrect with build dir in it, and overwritten)
  • Fix pod2man issue on mondorescue.conf by adding pod content in it which is then processed in the Makefile.PL
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/MondoRescue/etc/mondorescue.conf

    r3219 r3239  
     1# $Id$
     2#
     3# =pod
     4#
     5# =head1 NAME
     6#
    17# MondoRescue configuration file
    28#
    3 # $Id$
     9# =head1 DESCRIPTION
    410#
    5 # We tried to give sensible defaults in this file.
    6 # It will always be loaded by the tools before your other configuration files.
     11# The mondorescue.conf contains the various parameters that can be adapted for MondoRescue usage
     12#
     13# =head1 SYNOPSIS
     14#
     15# We tried to give sensible defaults in this file (mondorescue.conf.dist).
     16# It will always be loaded by the tools before your own configuration files (mondorescue.conf).
     17#
    718# DO NOT CHANGE THAT FILE IN ANYWAY AS ITS MD5 SUM IS USED AS A CHECK !!
    819# Anyway changing some values in your own configuration file may render
    920# MondoRescue tools instable or cause failures. Use with care.
     21#
     22# =head1 CONFIGURATION PARAMETERS
     23#
    1024
     25# =over 4
     26
     27# =item B<mr_tmp_dir default>
     28#
    1129# Temporary directory
     30#
    1231# Under it a temporary directory will be created to host all
    13 # temporary files for mrmini. That subdirectory is erased at the end of mrmini
     32# temporary files for MondoRescue tools. That subdirectory is erased at the end of execution
    1433#
     34#  Key: OS (could be from the most generic up to the most specific from ostype, osfamily, os, os-ver, os-ver-arch). The family name is generaly used here.
     35#  Value: Full path of the temporary directory
     36#  Example:
    1537mr_tmp_dir default = /tmp
    1638
     39# =item B<mr_cmdline>
    1740#
    18 # Location of some configuration files
     41# Location of the file containing the boot command line for the OS
    1942#
    20 # depends on genre
     43#  Key: OS (could be from the most generic up to the most specific from ostype, osfamily, os, os-ver, os-ver-arch). The family name is generaly used here.
     44#  Value: comma separated list of URLs that point to repository files, or packages to install. The values may not include substitutions.
     45#  Example:
    2146mr_cmdline linux = /proc/cmdline
    2247mr_cmdline bsd = /tmp/cmdline
    2348# TBC
    2449mr_cmdline solaris = /proc/cmdline
     50#
     51
     52# =item B<TO BE DOCUMENTED LATER>
    2553#
    2654mr_etc_fstab default = /etc/fstab
     
    6492mr_cmd_lvm default = /usr/sbin/lvm
    6593mr_path_lvm default = /usr/sbin/
     94
     95# =back
     96
     97# =head1 COPYRIGHT
     98
     99# (c) B. Cornec 2007-2014
     100#
     101# Provided under the Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) Creative Common License
     102
     103# =cut
Note: See TracChangeset for help on using the changeset viewer.