Changeset 1766 in MondoRescue
- Timestamp:
- Nov 4, 2007, 3:23:15 AM (17 years ago)
- Location:
- branches/2.2.5
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.5/mindi-busybox/.config
r1753 r1766 1 1 # 2 2 # Automatically generated make config: don't edit 3 # Busybox version: 1.7.2 4 # Sun Oct 28 11:25:5220073 # Busybox version: 1.7.2rPBREV 4 # Sun Nov 4 01:53:17 2007 5 5 # 6 6 CONFIG_HAVE_DOT_CONFIG=y … … 147 147 CONFIG_DD=y 148 148 CONFIG_FEATURE_DD_SIGNAL_HANDLING=y 149 # CONFIG_FEATURE_DD_IBS_OBS is not set 149 CONFIG_FEATURE_DD_IBS_OBS=y 150 150 CONFIG_DF=y 151 151 CONFIG_DIRNAME=y … … 476 476 # CONFIG_SWITCH_ROOT is not set 477 477 CONFIG_UMOUNT=y 478 # CONFIG_FEATURE_UMOUNT_ALL is not set 478 CONFIG_FEATURE_UMOUNT_ALL=y 479 479 480 480 # -
branches/2.2.5/mindi/deplist.txt
r1764 r1766 41 41 devfsd burnBX burnK6 burnK7 burnMMX burnP5 burnP6 lucifer tiobench tiotest bonnie++ mprime ide-smart 42 42 # helps for debugging 43 ldd 43 /usr/bin/ldd 44 /usr/bin/strace 44 45 45 46 # For file command 46 47 /usr/share/misc/file/magic /usr/share/file/magic 47 48 48 # For swap uu disupport and probably then more in the future49 # For swap uuid support and probably then more in the future 49 50 /usr/bin/perl 50 51 -
branches/2.2.5/mondo/src/restore-scripts/mondo/label-partitions-as-necessary
r1763 r1766 33 33 elif [ "$format" = "swap" ] ; then 34 34 if [ "$opttun" = "-U" ]; then 35 echo -n "$label" | perl -ne 's/-//g;chomp;print pack "H*",$_' | dd conv=notrunc "of=$mountpt" obs=1 seek=1036 2> .dev/null36 LogIt "Creating uuid on swap partition $label"35 LogIt "Creating uuid $label on swap partition $label" 36 echo -n "$label" | perl -ne 's/-//g;chomp;print pack "H*",$_' | dd conv=notrunc "of=$mountpt" obs=1 seek=1036 37 37 else 38 38 command="mkswap $opttun $label $mountpt" -
branches/2.2.5/pbconf/mindi-busybox/deb/rules
r1674 r1766 55 55 # Install the package files into build directory: 56 56 # - start with upstream make install 57 $(MAKE) install PREFIX=$(CURDIR)/debian/$(PACKAGE_NAME)/usr/lib/mindi/rootfs57 $(MAKE) install CONFIG_PREFIX=$(CURDIR)/debian/$(PACKAGE_NAME)/usr/lib/mindi/rootfs 58 58 # - copy doc 59 59 mkdir -p debian/doc-temp 60 cp -a ChangeLog INSTALL LICENSE AUTHORS README TODO changelogsvn.log debian/doc-temp60 cp -a ChangeLog INSTALL LICENSE AUTHORS README TODO svn.log debian/doc-temp 61 61 62 62 dh_install -s -
branches/2.2.5/pbconf/mindi-busybox/rpm/mindi-busybox.spec
r1674 r1766 28 28 29 29 DESTDIR=${RPM_BUILD_ROOT}%{_libdir}/mindi/rootfs 30 make PREFIX=$DESTDIR install30 make CONFIG_PREFIX=$DESTDIR install 31 31 32 32 %clean … … 35 35 %files 36 36 %defattr(-,root,root) 37 %doc ChangeLog INSTALL LICENSE AUTHORS README TODO changelogsvn.log37 %doc ChangeLog INSTALL LICENSE AUTHORS README TODO svn.log 38 38 %{_libdir}/mindi 39 39 -
branches/2.2.5/pbconf/mondorescue.pb
r1706 r1766 61 61 defpkgdir mindi = mindi 62 62 63 pkgver mindi = 1.2.564 pkgver mindi-busybox = 1. 2.265 pkgtag mindi-busybox = 4 63 pkgver mindi = 2.0.0 64 pkgver mindi-busybox = 1.7.2 65 #pkgtag mindi-busybox = 2 66 66 67 67 # Hash of additional package/package directory … … 78 78 filteredfiles mondo-doc = mondorescue-howto.sgml,mondoarchive.8,mondorestore.8,mindi.8 79 79 filteredfiles mindi = rootfs/sbin/init,mindi,install.sh 80 filteredfiles mindi-busybox = Makefile 80 81 filteredfiles mondo-website = top.shtml
Note:
See TracChangeset
for help on using the changeset viewer.