Changeset 427 in MondoRescue
- Timestamp:
- Feb 23, 2006, 7:48:54 PM (19 years ago)
- Location:
- branches/stable
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/.config-busybox-i386.net
r413 r427 29 29 CROSS_COMPILER_PREFIX="" 30 30 EXTRA_CFLAGS_OPTIONS="" 31 # CONFIG_FEATURE_SUSv2 is not set 32 # CONFIG_FEATURE_SUSv2_OBSOLETE is not set 31 33 32 34 # … … 34 36 # 35 37 # CONFIG_INSTALL_NO_USR is not set 38 CONFIG_INSTALL_APPLET_SYMLINKS=y 39 # CONFIG_INSTALL_APPLET_HARDLINKS is not set 40 # CONFIG_INSTALL_APPLET_DONT is not set 36 41 PREFIX="./_install" 37 42 … … 286 291 # Login/Password Management Utilities 287 292 # 293 # CONFIG_FEATURE_SHADOWPASSWDS is not set 294 # CONFIG_USE_BB_SHADOW is not set 288 295 # CONFIG_USE_BB_PWD_GRP is not set 289 296 # CONFIG_ADDGROUP is not set … … 300 307 # CONFIG_SULOGIN is not set 301 308 # CONFIG_VLOCK is not set 302 # CONFIG_FEATURE_SHADOWPASSWDS is not set303 # CONFIG_USE_BB_SHADOW is not set304 309 305 310 # … … 347 352 # 348 353 CONFIG_INSMOD=y 349 CONFIG_FEATURE_2_4_MODULES=y350 CONFIG_FEATURE_2_6_MODULES=y351 354 # CONFIG_FEATURE_INSMOD_VERSION_CHECKING is not set 352 355 # CONFIG_FEATURE_INSMOD_KSYMOOPS_SYMBOLS is not set … … 354 357 # CONFIG_FEATURE_INSMOD_LOAD_MAP is not set 355 358 # CONFIG_FEATURE_INSMOD_LOAD_MAP_FULL is not set 359 CONFIG_RMMOD=y 356 360 CONFIG_LSMOD=y 357 361 CONFIG_FEATURE_LSMOD_PRETTY_2_6_OUTPUT=y 362 CONFIG_MODPROBE=y 363 CONFIG_FEATURE_MODPROBE_MULTIPLE_OPTIONS=y 364 365 # 366 # Options common to multiple modutils 367 # 368 # CONFIG_FEATURE_CHECK_TAINTED_MODULE is not set 369 CONFIG_FEATURE_2_4_MODULES=y 370 CONFIG_FEATURE_2_6_MODULES=y 358 371 # CONFIG_FEATURE_QUERY_MODULE_INTERFACE is not set 359 CONFIG_MODPROBE=y360 CONFIG_RMMOD=y361 # CONFIG_FEATURE_CHECK_TAINTED_MODULE is not set362 372 363 373 # … … 563 573 # CONFIG_IPCS is not set 564 574 CONFIG_LOSETUP=y 575 # CONFIG_MDEV is not set 576 # CONFIG_FEATURE_MDEV_CONF is not set 565 577 CONFIG_MKSWAP=y 566 578 CONFIG_MORE=y -
branches/stable/mindi/ChangeLog
r294 r427 3 3 MINDI CHANGES 4 4 5 1.07 ( )5 1.07 (2006-02-23) 6 6 - stop creating further size of floppy disks if the smaller one succeeds 7 7 (Bruno Cornec) … … 16 16 - Bug fix for chown in install.sh (JeffS) 17 17 - 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 25 with 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) 18 37 19 38 1.06 (2005-12-23) -
branches/stable/mondo/ChangeLog
r305 r427 3 3 MONDO CHANGES 4 4 5 v2.07 ( )5 v2.07 (2006-02-23) 6 6 - useless cat, sort|uniq commands removed 7 7 (Bruno Cornec/Sébastien Aperghis-Tramoni) … … 15 15 (Andree Leidenfrost) 16 16 - 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) 17 27 18 28 v2.06 (2005-12-23)
Note:
See TracChangeset
for help on using the changeset viewer.