Ignore:
Timestamp:
Nov 6, 2007, 11:01:53 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • Better output for mindi-busybox revision
  • Remove dummy file created on NFS - report from Arnaud Tiger <arnaud.tiger_at_hp.com>
  • 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
  • Update to busybox 1.7.2
  • perl is now required at restore time to support uuid swap partitions (and will be used for many other thigs

in the future for sure)

  • next mindi version will be 2.0.0 due to all the changes made in it (udev may break working distros)
  • small optimization in mindi on keyboard handling (one single find instead of multiple)
  • better interaction for USB device when launching mindi manually
  • attempt to automatically guess block disk size for ramdisk
  • fix typos in bkphw
  • Fix the remaining problem with UUID support for swap partitions
  • Updates mondoarchive man page for USB support
  • Adds preliminary Hardware support to mindi (Proliant SSSTK)
  • Tries to add udev support also for rhel4
  • Fix UUID support which was still broken.
  • Be conservative in test for the start-nfs script
  • Update config file for mindi-busybox for 1.7.2 migration
  • Try to run around a busybox bug (1.2.2 pb on inexistant links)
  • Add build content for mindi-busybox in pb
  • Remove distributions content for mindi-busybox
  • Fix a warning on inexistant raidtab
  • Solve problem on tmpfs in restore init (Problem of inexistant symlink and busybox)
  • Create MONDO_CACHE and use it everywhere + creation at start
  • Really never try to eject a USB device
  • Fix a issue with &> usage (replaced with 1> and 2>)
  • Adds magic file to depllist in order to have file working + ldd which helps for debugging issues
  • tty modes correct to avoid sh error messages
  • Use ext3 normally and not ext2 instead
  • USB device should be corrected after reading (take 1st part)
  • Adds a mount_USB_here function derived from mount_CDROM_here
  • usb detection place before /dev detection in device name at restore time
  • Fix when restoring from USB: media is asked in interactive mode
  • Adds USB support for mondorestore
  • mount_cdrom => mount_media
  • elilo.efi is now searched throughout /boot/efi and not in a fixed place as there is no standard
  • untar-and-softlink => untar (+ interface change)
  • suppress useless softlinks creation/removal in boot process
  • avoids udevd messages on groups
  • Increase # of disks to 99 as in mindi at restore time (should be a conf file parameter)
  • skip existing big file creation
  • seems to work correctly for USB mindi boot
  • Adds group and tty link to udev conf
  • Always load usb-torage (even 2.6) to initiate USB bus discovery
  • Better printing of messages
  • Attempt to fix a bug in supporting OpenSusE 10.3 kernel for initramfs (mindi may now use multiple regex for kernel initrd detection)
  • Links were not correctly done as non relative for modules in mindi
  • exclusion of modules denied now works
  • Also create modules in their ordinary place, so that classical modprobe works + copy modules.dep
  • Fix bugs for DENY_MODS handling
  • Add device /dev/console for udev
  • ide-generic should now really be excluded
  • Fix a bug in major number for tty
  • If udev then adds modprobe/insmod to rootfs
  • tty0 is also cretaed with udev
  • ide-generic put rather in DENY_MODS
  • udevd remove from deplist s handled in mindi directly
  • better default for mindi when using --usb
  • Handles dynamically linked busybox (in case we want to use it soon ;-)
  • Adds fixed devices to create for udev
  • ide-generic should not be part of the initrd when using libata v2
  • support a dynamically linked udev (case on Ubuntu 7.10 and Mandriva 2008.0 so should be quite generic) This will give incitation to move to dyn. linked binaries in the initrd which will help for other tasks (ia6 4)
  • Improvement in udev support (do not use cl options not available in busybox)
  • Udev in mindi
    • auto creation of the right links at boot time with udev-links.conf(from Mandriva 2008.0)
    • rework startup of udev as current makes kernel crash (from Mandriva 2008.0)
    • add support for 64 bits udev
  • Try to render MyInsmod silent at boot time
  • Adds udev support (mandatory for newest distributions to avoid remapping of devices in a different way as on the original system)
  • We also need vaft format support for USB boot
  • Adds libusual support (Ubuntu 7.10 needs it for USB)
  • Improve Ubuntu/Debian keyboard detection and support
  • pbinit adapted to new pb (0.8.10). Filtering of docs done in it
  • Suppress some mondo warnings and errors on USB again
  • Tries to fix lack of files in deb mindi package
  • Verify should now work for USB devices
  • More log/mesages improvement for USB support
  • - Supress g_erase_tmpdir_and_scratchdir
  • Improve some log messages for USB support
  • Try to improve install in mindi to avoid issues with isolinux.cfg not installed vene if in the pkg :-(
  • Improve mindi-busybox build
  • In conformity with pb 0.8.9
  • Add support for Ubuntu 7.10 in build process
  • Add USB Key button to Menu UI (CD streamer removed)
  • Attempt to fix error messages on tmp/scratch files at the end by removing those dir at the latest possible.
  • Fix a bug linked to the size of the -E param which could be used (Arnaud Tiger/René Ribaud).
  • Integrate ~/.pbrc content into mondorescue.pb (required project-builder >= 0.8.7)
  • Put mondorescue in conformity with new pb filtering rules
  • Add USB support at restore time (no test done yet). New start-usb script PB varibale added where useful
  • Unmounting USB device before removal of temporary scratchdir
  • Stil refining USB copy back to mondo (one command was not executed)
  • No need to have the image subdor in the csratchdir when USB.
  • umount the USB partition before attempting to use it
  • Remove useless copy from mindi to mondo at end of USB handling

(risky merge, we are raising the limits of 2 diverging branches. The status of stable is not completely sure as such. Will need lots of tests, but it's not yet done :-()
(merge -r1692:1769 $SVN_M/branches/2.2.5)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi-busybox/findutils/Config.in

    r821 r1770  
    66menu "Finding Utilities"
    77
    8 config CONFIG_FIND
     8config FIND
    99    bool "find"
    1010    default n
     
    1212      find is used to search your system to find specified files.
    1313
    14 config CONFIG_FEATURE_FIND_PRINT0
     14config FEATURE_FIND_PRINT0
    1515    bool "Enable -print0 option"
    1616    default y
    17     depends on CONFIG_FIND
     17    depends on FIND
    1818    help
    1919      Causes output names to be separated by a null character
     
    2222      interpreted by other programs.
    2323
    24 config CONFIG_FEATURE_FIND_MTIME
     24config FEATURE_FIND_MTIME
    2525    bool "Enable modified time matching (-mtime) option"
    2626    default y
    27     depends on CONFIG_FIND
     27    depends on FIND
    2828    help
    2929      Allow searching based on the modification time of
    3030      files, in days.
    3131
    32 config CONFIG_FEATURE_FIND_MMIN
    33     bool "Enable modified time matching (-min) option"
    34     default y
    35     depends on CONFIG_FIND
     32config FEATURE_FIND_MMIN
     33    bool "Enable modified time matching (-mmin) option"
     34    default y
     35    depends on FIND
    3636    help
    3737      Allow searching based on the modification time of
    3838      files, in minutes.
    3939
    40 config CONFIG_FEATURE_FIND_PERM
     40config FEATURE_FIND_PERM
    4141    bool "Enable permissions matching (-perm) option"
    4242    default y
    43     depends on CONFIG_FIND
     43    depends on FIND
    4444    help
    4545      Enable searching based on file permissions.
    4646
    47 config CONFIG_FEATURE_FIND_TYPE
     47config FEATURE_FIND_TYPE
    4848    bool "Enable filetype matching (-type) option"
    4949    default y
    50     depends on CONFIG_FIND
     50    depends on FIND
    5151    help
    5252      Enable searching based on file type (file,
    5353      directory, socket, device, etc.).
    5454
    55 config CONFIG_FEATURE_FIND_XDEV
     55config FEATURE_FIND_XDEV
    5656    bool "Enable stay in filesystem (-xdev) option"
    5757    default y
    58     depends on CONFIG_FIND
    59     help
    60       This option will allow find to restrict searches to a single
    61       filesystem.
    62 
    63 config CONFIG_FEATURE_FIND_NEWER
     58    depends on FIND
     59    help
     60      This option allows find to restrict searches to a single filesystem.
     61
     62config FEATURE_FIND_MAXDEPTH
     63    bool "Enable -maxdepth N option"
     64    default y
     65    depends on FIND
     66    help
     67      This option enables -maxdepth N option.
     68
     69config FEATURE_FIND_NEWER
    6470    bool "Enable -newer option for comparing file mtimes"
    6571    default y
    66     depends on CONFIG_FIND
     72    depends on FIND
    6773    help
    6874      Support the 'find -newer' option for finding any files which have
    6975      a modified time that is more recent than the specified FILE.
    7076
    71 config CONFIG_FEATURE_FIND_INUM
     77config FEATURE_FIND_INUM
    7278    bool "Enable inode number matching (-inum) option"
    7379    default y
    74     depends on CONFIG_FIND
     80    depends on FIND
    7581    help
    7682      Support the 'find -inum' option for searching by inode number.
    7783
    78 config CONFIG_FEATURE_FIND_EXEC
     84config FEATURE_FIND_EXEC
    7985    bool "Enable (-exec) option allowing execution of commands"
    8086    default y
    81     depends on CONFIG_FIND
     87    depends on FIND
    8288    help
    8389      Support the 'find -exec' option for executing commands based upon
    8490      the files matched.
    8591
    86 config CONFIG_GREP
     92config FEATURE_FIND_USER
     93    bool "Enable username/uid matching (-user) option"
     94    default y
     95    depends on FIND
     96    help
     97      Support the 'find -user' option for searching by username or uid.
     98
     99config FEATURE_FIND_GROUP
     100    bool "Enable group/gid matching (-group) option"
     101    default y
     102    depends on FIND
     103    help
     104      Support the 'find -group' option for searching by group name or gid.
     105
     106config FEATURE_FIND_NOT
     107    bool "Enable the 'not' (!) operator"
     108    default y
     109    depends on FIND
     110    help
     111      Support the '!' operator to invert the test results.
     112      If 'Enable full-blown desktop' is enabled, then will also support
     113      the non-POSIX notation '-not'.
     114
     115config FEATURE_FIND_DEPTH
     116    bool "Enable the -depth option"
     117    default y
     118    depends on FIND
     119    help
     120      Process each directory's contents before the directory itself.
     121
     122config FEATURE_FIND_PAREN
     123    bool "Enable parens in options"
     124    default y
     125    depends on FIND
     126    help
     127      Enable usage of parens '(' to specify logical order of arguments.
     128
     129config FEATURE_FIND_SIZE
     130    bool "Enable (-size) option allowing matching for file size"
     131    default y
     132    depends on FIND
     133    help
     134      Support the 'find -size' option for searching by file size.
     135
     136config FEATURE_FIND_PRUNE
     137    bool "Enable (-prune) option allowing to exclude subdirectories"
     138    default y
     139    depends on FIND
     140    help
     141      If the file is a directory, dont descend into it. Useful for
     142      exclusion .svn and CVS directories.
     143
     144config FEATURE_FIND_DELETE
     145    bool "Enable -delete option allowing to delete files"
     146    default n
     147    depends on FIND && FEATURE_FIND_DEPTH
     148    help
     149      Support the 'find -delete' option for deleting files and direcotries.
     150      WARNING: This option can do much harm if used wrong. Busybox will not
     151      try to protect the user from doing stupid things. Use with care.
     152
     153config FEATURE_FIND_PATH
     154    bool "Enable -path option allowing to match pathname patterns"
     155    default y
     156    depends on FIND
     157    help
     158      The -path option matches whole pathname instead of just filename.
     159
     160config FEATURE_FIND_REGEX
     161    bool "Enable -regex: match pathname to regex"
     162    default y
     163    depends on FIND
     164    help
     165      The -regex option matches whole pathname against regular expression.
     166
     167config FEATURE_FIND_CONTEXT
     168    bool "Enable (-context) option for matching security context"
     169    default n
     170    depends on FIND && SELINUX
     171    help
     172      Support the 'find -context' option for matching security context.
     173
     174config GREP
    87175    bool "grep"
    88176    default n
     
    90178      grep is used to search files for a specified pattern.
    91179
    92 config CONFIG_FEATURE_GREP_EGREP_ALIAS
     180config FEATURE_GREP_EGREP_ALIAS
    93181    bool "Support extended regular expressions (egrep & grep -E)"
    94182    default y
    95     depends on CONFIG_GREP
     183    depends on GREP
    96184    help
    97185      Enabled support for extended regular expressions.  Extended
     
    99187      and various repetition operators.
    100188
    101 config CONFIG_FEATURE_GREP_FGREP_ALIAS
     189config FEATURE_GREP_FGREP_ALIAS
    102190    bool "Alias fgrep to grep -F"
    103191    default y
    104     depends on CONFIG_GREP
     192    depends on GREP
    105193    help
    106194      fgrep sees the search pattern as a normal string rather than
     
    108196      grep -F is always builtin, this just creates the fgrep alias.
    109197
    110 config CONFIG_FEATURE_GREP_CONTEXT
     198config FEATURE_GREP_CONTEXT
    111199    bool "Enable before and after context flags (-A, -B and -C)"
    112200    default y
    113     depends on CONFIG_GREP
     201    depends on GREP
    114202    help
    115203      Print the specified number of leading (-B) and/or trailing (-A)
     
    117205      Print the specified number of context lines (-C).
    118206
    119 config CONFIG_XARGS
     207config XARGS
    120208    bool "xargs"
    121209    default n
     
    124212      every item from standard input.
    125213
    126 config CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION
     214config FEATURE_XARGS_SUPPORT_CONFIRMATION
    127215    bool "Enable prompt and confirmation option -p"
    128216    default n
    129     depends on CONFIG_XARGS
     217    depends on XARGS
    130218    help
    131219      Support prompt the user about whether to run each command
    132220      line and read a line from the terminal.
    133221
    134 config CONFIG_FEATURE_XARGS_SUPPORT_QUOTES
     222config FEATURE_XARGS_SUPPORT_QUOTES
    135223    bool "Enable support single and double quotes and backslash"
    136224    default n
    137     depends on CONFIG_XARGS
     225    depends on XARGS
    138226    help
    139227      Default xargs unsupport single and double quotes
    140228      and backslash for can use aruments with spaces.
    141229
    142 config CONFIG_FEATURE_XARGS_SUPPORT_TERMOPT
     230config FEATURE_XARGS_SUPPORT_TERMOPT
    143231    bool "Enable support options -x"
    144232    default n
    145     depends on CONFIG_XARGS
     233    depends on XARGS
    146234    help
    147235      Enable support exit if the size (see the -s or -n option)
    148236      is exceeded.
    149237
    150 config CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM
    151     bool "Enable options -0"
    152     default n
    153     depends on CONFIG_XARGS
     238config FEATURE_XARGS_SUPPORT_ZERO_TERM
     239    bool "Enable null terminated option -0"
     240    default n
     241    depends on XARGS
    154242    help
    155243      Enable input filenames are terminated by a null character
Note: See TracChangeset for help on using the changeset viewer.