Changeset 1228 in MondoRescue
- Timestamp:
- Mar 6, 2007, 1:14:45 PM (18 years ago)
- Location:
- branches/stable/mondo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/distributions/conf/mondo.conf
r1186 r1228 4 4 # 5 5 # We tried to give sensible defaults in this file. 6 # Changing some values may render mondorescue instable 7 # or cause failures. Use with care. 8 6 # It will alwys be loaded by mondoarchive before your own configuration files. 7 # DO NOT CHANGE THAT FILE IN ANYWAY AS ITS MD5 SUM IS USED AS A CHECK !! 8 # Anyway changing some values in your own configuration file may render 9 # mondoarchive instable or cause failures. Use with care. 9 10 10 11 # … … 20 21 # do not specify the -o, -c or the -b options, nor the directory to backup 21 22 # 22 mondo_iso_creation_options="-J -r -p MondoRescue -publisher www.mondorescue.org -A Mondo_Rescue_GPL_Version-V _CD#_"23 #mondo_iso_creation_options="-use-the-force-luke -v -J -r -p MondoRescue -publisher www.mondorescue.org -A Mondo _Rescue_GPL_Version-V _CD#_"23 mondo_iso_creation_options="-J -r -p MondoRescue -publisher http://www.mondorescue.org -A MondoRescue -V _CD#_" 24 #mondo_iso_creation_options="-use-the-force-luke -v -J -r -p MondoRescue -publisher www.mondorescue.org -A MondoRescue -V _CD#_" 24 25 25 26 # … … 33 34 34 35 # 35 # ISO Burning Speed (optional)36 # ISO Burning Speed 36 37 # 37 #mondo_iso_burning_speed=138 mondo_iso_burning_speed=1 38 39 39 40 # … … 77 78 78 79 # 79 # Size of the slices for biggiefiles80 # Size in MB of the slices for biggiefiles 80 81 # 81 82 mondo_slice_size=4096 … … 122 123 # Default compression tool 123 124 # 124 mondo_compression_tool="/ usr/bin/bzip2"125 mondo_compression_tool="/bin/gzip" 125 126 126 127 # 127 128 # Default compression level 128 129 # 129 mondo_compression_level= 3130 mondo_compression_level=5 130 131 131 132 # -
branches/stable/mondo/src/mondoarchive/mondoarchive.c
r1213 r1228 189 189 setenv("ARCH", get_architecture(), 1); 190 190 191 /* Add MONDO_SHARE + other s environment variablefor mindi */191 /* Add MONDO_SHARE + other environment variables for mindi */ 192 192 setenv_mondo_var(); 193 193
Note:
See TracChangeset
for help on using the changeset viewer.