Changeset 537 in MondoRescue for trunk/mondo/distributions
- Timestamp:
- May 12, 2006, 2:04:55 AM (19 years ago)
- Location:
- trunk/mondo/distributions
- Files:
-
- 4 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/mondo/distributions/conf/mondo.conf
r461 r537 30 30 # 31 31 # ISO Burning CLI command options 32 iso_burning_options="-eject dev=%s speed=%d fs=24m "32 iso_burning_options="-eject dev=%s speed=%d fs=24m driveropts=burnfree" 33 33 34 34 # 35 # ISO Burning Speed 35 # ISO Burning Speed (optional) 36 36 # 37 iso_burning_speed=137 #iso_burning_speed=1 38 38 39 39 # … … 62 62 63 63 # 64 # prefix for ISO names64 # default prefix for ISO names 65 65 # 66 66 prefix=mondorescue 67 68 #69 # Size of the boot image for ia6470 #71 ia64_boot_size=819272 67 73 68 # … … 141 136 142 137 # 138 # Paths to include onto the backup 139 # (white space separated list of paths) 140 # 141 include_files="" 142 143 # 143 144 # Activate semi-graphical mode by default (yes|no) 144 145 # … … 147 148 # 148 149 # Activate automatic restore (Use with caution) (yes|no) 150 # (look at -H option in man page) 149 151 # 150 152 automatic_restore=no … … 165 167 # Images creation dir 166 168 # 167 images_dir="/ root/images/mindi"169 images_dir="/var/cache/mondo" -
trunk/mondo/distributions/gentoo/mondo.ebuild
r307 r537 7 7 DESCRIPTION="The premier GPL disaster recovery solution." 8 8 HOMEPAGE="http://www.mondorescue.org" 9 SRC_URI="ftp://ftp. berlios.de/pub/mondorescue/src/${PN/-rescue/}-${PV}.tgz"9 SRC_URI="ftp://ftp.mondorecue.org/src/${PN/-rescue/}-${PV}.tgz" 10 10 11 11 LICENSE="GPL-2" … … 22 22 >=app-arch/bzip2-0.9 23 23 app-cdr/cdrtools 24 >=sys-apps/mindi-1.0 624 >=sys-apps/mindi-1.0.7 25 25 >=dev-libs/newt-0.50 26 26 >=sys-libs/slang-1.4.1 -
trunk/mondo/distributions/redhat/spec.m4
r461 r537 2 2 dnl 3 3 dnl SSS is replaced by the source package format 4 define(`SSS', %{name}-%{version}.tgz)dnl4 define(`SSS', ftp://ftp.mondorescue.org/src/%{name}-%{version}.tgz)dnl 5 5 dnl DDD is replaced by the list of dependencies specific to that distro 6 6 define(`DDD', %{addreqb})dnl 7 7 dnl GRP is replaced by the RPM group of apps 8 define(`GRP', A rchiving/Archiving)dnl8 define(`GRP', Applications/Archiving)dnl 9 9 dnl OBS is replaced vy what is being obsoleted 10 10 define(`OBS', )dnl -
trunk/mondo/distributions/rpm/mondo.spec
r507 r537 23 23 License: GPL 24 24 Group: %{grp} 25 Url: http:// mondorescue.berlios.de25 Url: http://www.mondorescue.org 26 26 Source: %{src} 27 BuildRoot: %{_tmppath}/%{name}-%{version} 27 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) 28 28 BuildRequires: newt-devel >= 0.50, slang-devel >= 1.4.1, gcc 29 29 Epoch: %(echo EEE | cut -d- -f1 | sed "s~M~~")
Note:
See TracChangeset
for help on using the changeset viewer.