Changeset 539 in MondoRescue for trunk/mondo/distributions
- Timestamp:
- May 13, 2006, 7:38:44 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mondo/distributions/conf/mondo.conf
r537 r539 13 13 # as they will be generated by mondoarchive 14 14 # 15 iso_creation_cmd="/usr/bin/mkisofs"15 mondo_iso_creation_cmd="/usr/bin/mkisofs" 16 16 #iso_creation_cmd="/usr/bin/growisofs" 17 17 … … 20 20 # do not specify the -o, -c or the -b options, nor the directory to backup 21 21 # 22 iso_creation_options="-J -r -p MondoRescue -publisher www.mondorescue.org -A Mondo_Rescue_GPL_Version -V _CD#_"22 mondo_iso_creation_options="-J -r -p MondoRescue -publisher www.mondorescue.org -A Mondo_Rescue_GPL_Version -V _CD#_" 23 23 #iso_creation_options="-use-the-force-luke -v -J -r -p MondoRescue -publisher www.mondorescue.org -A Mondo_Rescue_GPL_Version -V _CD#_" 24 24 … … 26 26 # ISO Burning CLI command to use 27 27 # 28 iso_burning_cmd="/usr/bin/cdrecord"28 mondo_iso_burning_cmd="/usr/bin/cdrecord" 29 29 30 30 # 31 31 # ISO Burning CLI command options 32 iso_burning_options="-eject dev=%s speed=%d fs=24m driveropts=burnfree"32 mondo_iso_burning_options="-eject dev=%s speed=%d fs=24m driveropts=burnfree" 33 33 34 34 # 35 35 # ISO Burning Speed (optional) 36 36 # 37 # iso_burning_speed=137 #mondo_iso_burning_speed=1 38 38 39 39 # … … 42 42 # Use 4380 for DVDs, 650 or 700 for CDs 43 43 # 44 m edia_size=438044 mondo_media_size=4380 45 45 46 46 # … … 49 49 # Use /dev/hdc, /dev/sr0, /dev/st0, ATAPI:0,0,0, ... 50 50 # 51 m edia_device="/dev/hdc"51 mondo_media_device="/dev/hdc" 52 52 53 53 # 54 54 # Is the CD tray manual ? (yes|no) 55 55 # 56 m anual_tray=no56 mondo_manual_tray=no 57 57 58 58 # 59 59 # Default log level 60 60 # 61 log_level=461 mondo_log_level=4 62 62 63 63 # 64 64 # default prefix for ISO names 65 65 # 66 prefix=mondorescue66 mondo_prefix=mondorescue 67 67 68 68 # 69 69 # External tape blocksize 70 70 # 71 external_tape_blocksize=13107271 mondo_external_tape_blocksize=131072 72 72 73 73 # 74 74 # Internal tape blocksize 75 75 # 76 internal_tape_blocksize=819276 mondo_internal_tape_blocksize=8192 77 77 78 78 # 79 79 # Size of the slices for biggiefiles 80 80 # 81 slice_size=409681 mondo_slice_size=4096 82 82 83 83 # 84 84 # deplist file used 85 85 # 86 deplist_file="/etc/mondorescue/deplist.txt"86 mondo_deplist_file="/etc/mondo/deplist.txt" 87 87 88 88 # 89 89 # Write boot floppies (yes|no) ? 90 90 # 91 write_boot_floppy=no91 mondo_write_boot_floppy=no 92 92 93 93 # 94 # Write mindi CD (yes|no) ?94 # Create mindi CD (yes|no) ? 95 95 # 96 write_mindi_cd=no96 mondo_create_mindi_cd=no 97 97 98 98 # 99 99 # Kernel to use (NATIVE|FAILSAFE|PATH TO THE KERNEL) 100 100 # 101 mondo rescue_kernel="NATIVE"101 mondo_kernel="NATIVE" 102 102 #mondorescue_kernel="/boot/vmlinuz.special" 103 103 104 104 # 105 # Additi nal modules to support105 # Additional modules to support 106 106 # (white space separated list of modules) 107 107 # 108 additional_modules=""108 mondo_additional_modules="" 109 109 110 110 # … … 112 112 # (GRUB|ELILO|LILO|RAW|NATIVE) 113 113 # 114 boot_loader=NATIVE114 mondo_boot_loader=NATIVE 115 115 116 116 # 117 117 # Differential backup or full (yes|no) 118 118 # 119 differential=no119 mondo_differential=no 120 120 121 121 # 122 122 # Default compression tool 123 123 # 124 compression_tool="/usr/bin/bzip2"124 mondo_compression_tool="/usr/bin/bzip2" 125 125 126 126 # 127 127 # Default compression level 128 128 # 129 compression_level=3129 mondo_compression_level=3 130 130 131 131 # … … 133 133 # (white space separated list of paths) 134 134 # 135 exclude_files=""135 mondo_exclude_files="" 136 136 137 137 # … … 139 139 # (white space separated list of paths) 140 140 # 141 include_files=""141 mondo_include_files="" 142 142 143 143 # 144 144 # Activate semi-graphical mode by default (yes|no) 145 145 # 146 text_mode=no146 mondo_text_mode=no 147 147 148 148 # … … 150 150 # (look at -H option in man page) 151 151 # 152 automatic_restore=no152 mondo_automatic_restore=no 153 153 154 154 # 155 155 # Scratch directory 156 156 # 157 scratch_dir=""157 mondo_scratch_dir="" 158 158 #scratch_dir="/tmp/mondo/scratch" 159 159 … … 161 161 # Temporary directory 162 162 # 163 tmp_dir=""163 mondo_tmp_dir="" 164 164 #tmp_dir="/tmp/mondo/tmp" 165 165 … … 167 167 # Images creation dir 168 168 # 169 images_dir="/var/cache/mondo"169 mondo_images_dir="/var/cache/mondo"
Note:
See TracChangeset
for help on using the changeset viewer.