Changeset 532 in MondoRescue for branches/stable/mondo/distributions
- Timestamp:
- May 12, 2006, 1:21:13 AM (20 years ago)
- Location:
- branches/stable/mondo/distributions
- Files:
-
- 1 edited
- 1 copied
-
conf/mondo.conf (modified) (5 diffs)
-
rpm/mondo-doc.spec (copied) (copied from branches/stable/mondo/distributions/rpm/mondo.spec ) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/distributions/conf/mondo.conf
r449 r532 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" -
branches/stable/mondo/distributions/rpm/mondo-doc.spec
r531 r532 3 3 # 4 4 5 %define name mondo 5 %define name mondo-doc 6 6 %define version VVV 7 7 %define mrel RRR … … 10 10 %define src SSS 11 11 %define grp GRP 12 %define addreqb mindi >= 1.0.7, bzip2 >= 0.9, afio, mkisofs, binutils, newt >= 0.50, slang >= 1.4.113 12 %define addreq DDD 14 13 %define rel %{mrel} 15 14 16 Summary: A program which a Linux user can utilize to create a rescue/restore CD/tape 17 Summary(fr): Un programme pour les utilisateurs de Linux pour créer un CD/tape de sauvegarde/restauration 18 Summary(it): Un programma per utenti Linux per creare un CD/tape di rescue 19 Summary(sp): Un programa para los usuarios de Linux por crear una CD/cinta de restoracion/rescate 15 Summary: Documentation for Mondo Rescue 16 Summary(fr): Documentation pour Mondo Rescue 20 17 21 18 Name: %{name} … … 27 24 Source: %{src} 28 25 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n) 29 BuildRequires: newt-devel >= 0.50, slang-devel >= 1.4.1, gcc26 BuildRequires: docbook-utils 30 27 Epoch: %(echo EEE | cut -d- -f1 | sed "s~M~~") 31 28 OBS 32 %ifarch ia6433 Requires: %{addreq}, elilo, parted34 %else35 Requires: %{addreq}, syslinux >= 1.5236 %endif37 29 38 30 %description 39 Mondo is a GPL disaster recovery solution to create backup media 40 (CD, DVD, tape, network images) that can be used to redeploy the 41 damaged system, as well as deploy similar or less similar systems. 31 Documentation for Mondo Rescue 42 32 43 33 %description -l fr 44 Objectif 45 """""""" 46 Mondo est une solution GPL de sauvegarde en cas de désastre pour 47 créer des médias (CD, DVD, bande, images réseau) qui peuvent être 48 utilisés pour redéployer le système endomangé, aussi bien que des 49 systèmes similaires, ou moins similaires. 50 51 %description -l it 52 Scopo 53 """"" 54 Mondo e' un programma che permette a qualsiasi utente Linux 55 di creare un cd di rescue/restore (o piu' cd qualora l'installazione 56 dovesse occupare piu' di 2Gb circa). Funziona con gli azionamenti di 57 nastro, ed il NFS, anche. 58 59 %description -l sp 60 Objectivo 61 """"""""" 62 Mondo es un programa que permite cualquier usuario de Linux a crear una CD 63 de restoracion/rescate (o CDs, si su instalacion es >2GO aprox.). Funciona 64 con cintas y NFS, tambien. 34 Documentation pour Mondo Rescue 65 35 66 36 %prep … … 68 38 69 39 %build 70 %configure --program-prefix=%{?_program_prefix}71 40 %{__make} VERSION=%{version} 72 41 73 42 %install 74 43 %{__rm} -rf $RPM_BUILD_ROOT 75 %makeinstall 44 %make -f Makefile.man install INSTALLDIR=$RPM_BUILDROOT/$RPM_DOC_DIR/%name-%{version} 45 %make -f Makefile.howto install INSTALLDIR=$RPM_BUILDROOT/$RPM_DOC_DIR/%name-%{version} 76 46 77 47 %clean … … 80 50 %files 81 51 %defattr(644,root,root,755) 82 %doc ChangeLog svn.log 83 %doc INSTALL COPYING README TODO AUTHORS NEWS 84 %doc docs/en/mondorescue-howto.html docs/en/mondorescue-howto.pdf 85 86 %attr(755,root,root) %{_sbindir}/* 87 %attr(755,root,root) %{_datadir}/%{name}/restore-scripts/%{name}/* 88 %attr(755,root,root) %{_datadir}/%{name}/autorun 89 %attr(755,root,root) %{_datadir}/%{name}/post-nuke.sample/usr/bin/post-nuke 90 %{_datadir}/locale/*/LC_MESSAGES/mondo.mo 91 %{_datadir}/%{name}/* 92 %{_mandir}/man8/* 52 %doc svn.log 53 %doc 93 54 94 55 %changelog
Note:
See TracChangeset
for help on using the changeset viewer.
