Changeset 1766 in MondoRescue for branches/2.2.5


Ignore:
Timestamp:
Nov 4, 2007, 3:23:15 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • strace useful for debug
  • fix new versions for pb (2.0.0 for mindi and 1.7.2 for mindi-busybox)
  • fix build process for mindi-busybox + options used in that version (dd for label-partitions-as-necessary)
  • fix typo in label-partitions-as-necessary which doesn't seem to work
Location:
branches/2.2.5
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi-busybox/.config

    r1753 r1766  
    11#
    22# Automatically generated make config: don't edit
    3 # Busybox version: 1.7.2
    4 # Sun Oct 28 11:25:52 2007
     3# Busybox version: 1.7.2rPBREV
     4# Sun Nov  4 01:53:17 2007
    55#
    66CONFIG_HAVE_DOT_CONFIG=y
     
    147147CONFIG_DD=y
    148148CONFIG_FEATURE_DD_SIGNAL_HANDLING=y
    149 # CONFIG_FEATURE_DD_IBS_OBS is not set
     149CONFIG_FEATURE_DD_IBS_OBS=y
    150150CONFIG_DF=y
    151151CONFIG_DIRNAME=y
     
    476476# CONFIG_SWITCH_ROOT is not set
    477477CONFIG_UMOUNT=y
    478 # CONFIG_FEATURE_UMOUNT_ALL is not set
     478CONFIG_FEATURE_UMOUNT_ALL=y
    479479
    480480#
  • branches/2.2.5/mindi/deplist.txt

    r1764 r1766  
    4141devfsd burnBX burnK6 burnK7 burnMMX burnP5 burnP6 lucifer tiobench tiotest bonnie++ mprime ide-smart
    4242# helps for debugging
    43 ldd
     43/usr/bin/ldd
     44/usr/bin/strace
    4445
    4546# For file command
    4647/usr/share/misc/file/magic /usr/share/file/magic
    4748
    48 # For swap uudi support and probably then more in the future
     49# For swap uuid support and probably then more in the future
    4950/usr/bin/perl
    5051
  • branches/2.2.5/mondo/src/restore-scripts/mondo/label-partitions-as-necessary

    r1763 r1766  
    3333        elif [ "$format" = "swap" ] ; then
    3434            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/null
    36                 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
    3737            else
    3838                command="mkswap $opttun $label $mountpt"
  • branches/2.2.5/pbconf/mindi-busybox/deb/rules

    r1674 r1766  
    5555    # Install the package files into build directory:
    5656    # - start with upstream make install
    57     $(MAKE) install PREFIX=$(CURDIR)/debian/$(PACKAGE_NAME)/usr/lib/mindi/rootfs
     57    $(MAKE) install CONFIG_PREFIX=$(CURDIR)/debian/$(PACKAGE_NAME)/usr/lib/mindi/rootfs
    5858    # - copy doc
    5959    mkdir -p debian/doc-temp
    60     cp -a ChangeLog INSTALL LICENSE AUTHORS README TODO changelog svn.log debian/doc-temp
     60    cp -a ChangeLog INSTALL LICENSE AUTHORS README TODO svn.log debian/doc-temp
    6161
    6262    dh_install -s
  • branches/2.2.5/pbconf/mindi-busybox/rpm/mindi-busybox.spec

    r1674 r1766  
    2828
    2929DESTDIR=${RPM_BUILD_ROOT}%{_libdir}/mindi/rootfs
    30 make PREFIX=$DESTDIR install
     30make CONFIG_PREFIX=$DESTDIR install
    3131
    3232%clean
     
    3535%files
    3636%defattr(-,root,root)
    37 %doc ChangeLog INSTALL LICENSE AUTHORS README TODO changelog svn.log
     37%doc ChangeLog INSTALL LICENSE AUTHORS README TODO svn.log
    3838%{_libdir}/mindi
    3939
  • branches/2.2.5/pbconf/mondorescue.pb

    r1706 r1766  
    6161defpkgdir mindi = mindi
    6262
    63 pkgver mindi = 1.2.5
    64 pkgver mindi-busybox = 1.2.2
    65 pkgtag mindi-busybox = 4
     63pkgver mindi = 2.0.0
     64pkgver mindi-busybox = 1.7.2
     65#pkgtag mindi-busybox = 2
    6666
    6767# Hash of additional package/package directory
     
    7878filteredfiles mondo-doc = mondorescue-howto.sgml,mondoarchive.8,mondorestore.8,mindi.8
    7979filteredfiles mindi = rootfs/sbin/init,mindi,install.sh
     80filteredfiles mindi-busybox = Makefile
    8081filteredfiles mondo-website = top.shtml
Note: See TracChangeset for help on using the changeset viewer.