Changeset 427 in MondoRescue


Ignore:
Timestamp:
Feb 23, 2006, 7:48:54 PM (18 years ago)
Author:
bcornec
Message:
  • Changelog updated for 2.0.7 delivery
  • busybox (net) is 1.1.0 offcial + config file in accordance
Location:
branches/stable
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/.config-busybox-i386.net

    r413 r427  
    2929CROSS_COMPILER_PREFIX=""
    3030EXTRA_CFLAGS_OPTIONS=""
     31# CONFIG_FEATURE_SUSv2 is not set
     32# CONFIG_FEATURE_SUSv2_OBSOLETE is not set
    3133
    3234#
     
    3436#
    3537# CONFIG_INSTALL_NO_USR is not set
     38CONFIG_INSTALL_APPLET_SYMLINKS=y
     39# CONFIG_INSTALL_APPLET_HARDLINKS is not set
     40# CONFIG_INSTALL_APPLET_DONT is not set
    3641PREFIX="./_install"
    3742
     
    286291# Login/Password Management Utilities
    287292#
     293# CONFIG_FEATURE_SHADOWPASSWDS is not set
     294# CONFIG_USE_BB_SHADOW is not set
    288295# CONFIG_USE_BB_PWD_GRP is not set
    289296# CONFIG_ADDGROUP is not set
     
    300307# CONFIG_SULOGIN is not set
    301308# CONFIG_VLOCK is not set
    302 # CONFIG_FEATURE_SHADOWPASSWDS is not set
    303 # CONFIG_USE_BB_SHADOW is not set
    304309
    305310#
     
    347352#
    348353CONFIG_INSMOD=y
    349 CONFIG_FEATURE_2_4_MODULES=y
    350 CONFIG_FEATURE_2_6_MODULES=y
    351354# CONFIG_FEATURE_INSMOD_VERSION_CHECKING is not set
    352355# CONFIG_FEATURE_INSMOD_KSYMOOPS_SYMBOLS is not set
     
    354357# CONFIG_FEATURE_INSMOD_LOAD_MAP is not set
    355358# CONFIG_FEATURE_INSMOD_LOAD_MAP_FULL is not set
     359CONFIG_RMMOD=y
    356360CONFIG_LSMOD=y
    357361CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT=y
     362CONFIG_MODPROBE=y
     363CONFIG_FEATURE_MODPROBE_MULTIPLE_OPTIONS=y
     364
     365#
     366# Options common to multiple modutils
     367#
     368# CONFIG_FEATURE_CHECK_TAINTED_MODULE is not set
     369CONFIG_FEATURE_2_4_MODULES=y
     370CONFIG_FEATURE_2_6_MODULES=y
    358371# CONFIG_FEATURE_QUERY_MODULE_INTERFACE is not set
    359 CONFIG_MODPROBE=y
    360 CONFIG_RMMOD=y
    361 # CONFIG_FEATURE_CHECK_TAINTED_MODULE is not set
    362372
    363373#
     
    563573# CONFIG_IPCS is not set
    564574CONFIG_LOSETUP=y
     575# CONFIG_MDEV is not set
     576# CONFIG_FEATURE_MDEV_CONF is not set
    565577CONFIG_MKSWAP=y
    566578CONFIG_MORE=y
  • branches/stable/mindi/ChangeLog

    r294 r427  
    33MINDI CHANGES
    44
    5 1.07 ()
     51.07 (2006-02-23)
    66- stop creating further size of floppy disks if the smaller one succeeds
    77  (Bruno Cornec)
     
    1616- Bug fix for chown in install.sh (JeffS)
    1717- CHANGES renamed also in install.sh now (Bruno Cornec)
     18- rpmlint cleanups
     19- Get mindi to look for analyze-my-lvm in it's library directory MINDI_LIB (See also Debian bug #351446.)
     20- mindi only deletes freshly created 1440kb images in case of error (See also Debian Bug #348966.)
     21  (Andree Leidenfrost)
     22- try standard grub-install in grub-MR restore script before trying anything fancy
     23  (Andree Leidenfrost)
     24- busybox mount should be called with -o ro for PXE (Make RHEL 3 works in PXE
     25with a 2.6 failsafe kernel now available)
     26  (Bruno Cornec)
     27- Fix mindi for 2.6 Failsafe support
     28  (Bruno Cornec)
     29- mindi now depends on grep >= 2.5 (for -m option)
     30  (Marco Puggelli/Bruno Cornec)
     31- Fix a bug in LVM context for RHEL4 in GetValueFromField
     32  (Rémi Bondoin/Bruno Cornec)
     33- New RPM Build environement (Bruno Cornec)
     34- mindi now supports x86_64 natively (Bruno Cornec)
     35- stop creating further size of floppy disks if the smaller one succeeds
     36  (Bruno Cornec)
    1837
    19381.06 (2005-12-23)
  • branches/stable/mondo/ChangeLog

    r305 r427  
    33MONDO CHANGES
    44
    5 v2.07 ()
     5v2.07 (2006-02-23)
    66- useless cat, sort|uniq commands removed
    77  (Bruno Cornec/Sébastien Aperghis-Tramoni)
     
    1515  (Andree Leidenfrost)
    1616- use df -P everywhere (Bruno Cornec)
     17- Paypal incitations removed (Andree Leidenfrost)
     18- mondo now uses /usr/share for the restore-scripts (Bruno Cornec)
     19- rpmlint cleanups (Bruno Cornec)
     20- no shared librairies and no X11 anymore (were useless) (Bruno Cornec)
     21- files > 2GB are now really supported (Andree Leidenfrost)
     22- new SGML based Mondo Rescue documentation + new Web site
     23  (Bruno Cornec/Andree Leidenfrost)
     24- mondoarchive aborts when 'mindi --findkernel' gives a fatal error (See also Debian bug #352323.) (Andree Leidenfrost)
     25- /tmp not excluded anymore from backup (Bruno Cornec)
     26- New RPM Build environement (Bruno Cornec)
    1727
    1828v2.06 (2005-12-23)
Note: See TracChangeset for help on using the changeset viewer.