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/archival/Config.in

    r821 r1770  
    66menu "Archival Utilities"
    77
    8 config CONFIG_AR
     8config AR
    99    bool "ar"
    1010    default n
     
    2929      probably say N here.
    3030
    31 config CONFIG_FEATURE_AR_LONG_FILENAMES
     31config FEATURE_AR_LONG_FILENAMES
    3232    bool "Enable support for long filenames (not need for debs)"
    3333    default n
    34     depends on CONFIG_AR
     34    depends on AR
    3535    help
    3636      By default the ar format can only store the first 15 characters of the
     
    3939      filenames into a the data section of a new ar entry.
    4040
    41 config CONFIG_BUNZIP2
     41config BUNZIP2
    4242    bool "bunzip2"
    4343    default n
     
    5555      should probably say N here.
    5656
    57 config CONFIG_CPIO
     57config CPIO
    5858    bool "cpio"
    5959    default n
     
    6969      probably say N here.
    7070
    71 config CONFIG_DPKG
     71config DPKG
    7272    bool "dpkg"
    7373    default n
     
    7878      official dpkg if possible.
    7979
    80 config CONFIG_DPKG_DEB
     80config DPKG_DEB
    8181    bool "dpkg_deb"
    8282    default n
     
    8989      probably say N here.
    9090
    91 config CONFIG_FEATURE_DPKG_DEB_EXTRACT_ONLY
     91config FEATURE_DPKG_DEB_EXTRACT_ONLY
    9292    bool "extract only (-x)"
    9393    default n
    94     depends on CONFIG_DPKG_DEB
     94    depends on DPKG_DEB
    9595    help
    9696      This reduces dpkg-deb to the equivalent of "ar -p <deb> data.tar.gz | tar -zx".
     
    9898      needed, they are linked to internally.
    9999
    100 config CONFIG_GUNZIP
     100config GUNZIP
    101101    bool "gunzip"
    102102    default n
     
    106106      an archive, without decompressing it.
    107107
    108 config CONFIG_FEATURE_GUNZIP_UNCOMPRESS
     108config FEATURE_GUNZIP_UNCOMPRESS
    109109    bool "Uncompress support"
    110110    default n
    111     depends on CONFIG_GUNZIP
     111    depends on GUNZIP
    112112    help
    113113      Enable if you want gunzip to have the ability to decompress
     
    115115      used anymore).
    116116
    117 config CONFIG_GZIP
     117config GZIP
    118118    bool "gzip"
    119119    default n
     
    122122      It's probably the most widely used UNIX compression program.
    123123
    124 config CONFIG_RPM2CPIO
     124config RPM2CPIO
    125125    bool "rpm2cpio"
    126126    default n
     
    128128      Converts an RPM file into a CPIO archive.
    129129
    130 config CONFIG_RPM
     130config RPM
    131131    bool "rpm"
    132132    default n
    133133    help
    134       Mini RPM applet - queries and extracts
    135 
    136 config CONFIG_TAR
     134      Mini RPM applet - queries and extracts RPM packages.
     135
     136config FEATURE_RPM_BZ2
     137    bool "Enable handling of rpms with bzip2-compressed data inside"
     138    default n
     139    depends on RPM
     140    help
     141      Enable handling of rpms with bzip2-compressed data inside.
     142
     143config TAR
    137144    bool "tar"
    138145    default n
     
    142149      UNIX archive program.
    143150
    144 config CONFIG_FEATURE_TAR_CREATE
     151config FEATURE_TAR_CREATE
    145152    bool "Enable archive creation"
    146153    default y
    147     depends on CONFIG_TAR
     154    depends on TAR
    148155    help
    149156      If you enable this option you'll be able to create
    150157      tar archives using the `-c' option.
    151158
    152 config CONFIG_FEATURE_TAR_BZIP2
     159config FEATURE_TAR_BZIP2
    153160    bool "Enable -j option to handle .tar.bz2 files"
    154161    default n
    155     depends on CONFIG_TAR
     162    depends on TAR
    156163    help
    157164      If you enable this option you'll be able to extract
    158165      archives compressed with bzip2.
    159166
    160 config CONFIG_FEATURE_TAR_LZMA
     167config FEATURE_TAR_LZMA
    161168    bool "Enable -a option to handle .tar.lzma files"
    162169    default n
    163     depends on CONFIG_TAR
     170    depends on TAR
    164171    help
    165172      If you enable this option you'll be able to extract
    166173      archives compressed with lzma.
    167174
    168 config CONFIG_FEATURE_TAR_FROM
     175config FEATURE_TAR_FROM
    169176    bool "Enable -X (exclude from) and -T (include from) options)"
    170177    default n
    171     depends on CONFIG_TAR
     178    depends on TAR
    172179    help
    173180      If you enable this option you'll be able to specify
    174181      a list of files to include or exclude from an archive.
    175182
    176 config CONFIG_FEATURE_TAR_GZIP
     183config FEATURE_TAR_GZIP
    177184    bool "Enable -z option"
    178185    default y
    179     depends on CONFIG_TAR
     186    depends on TAR
    180187    help
    181188      If you enable this option tar will be able to call gzip,
    182189      when creating or extracting tar gziped archives.
    183190
    184 config CONFIG_FEATURE_TAR_COMPRESS
     191config FEATURE_TAR_COMPRESS
    185192    bool "Enable -Z option"
    186193    default n
    187     depends on CONFIG_TAR
     194    depends on TAR
    188195    help
    189196      If you enable this option tar will be able to call uncompress,
    190197      when extracting .tar.Z archives.
    191198
    192 config CONFIG_FEATURE_TAR_OLDGNU_COMPATIBILITY
     199config FEATURE_TAR_OLDGNU_COMPATIBILITY
    193200    bool "Enable support for old tar header format"
    194201    default N
    195     depends on CONFIG_TAR
     202    depends on TAR
    196203    help
    197204      This option is required to unpack archives created in
     
    199206      repacking your ancient archives with the new format.
    200207
    201 config CONFIG_FEATURE_TAR_GNU_EXTENSIONS
     208config FEATURE_TAR_OLDSUN_COMPATIBILITY
     209    bool "Enable untarring of tarballs with checksums produced by buggy Sun tar"
     210    default N
     211    depends on TAR
     212    help
     213      This option is required to unpack archives created by some old
     214      version of Sun's tar (it was calculating checksum using signed arithmetic).
     215      It is said to be fixed in newer Sun tar, but "old" tarballs still exist.
     216
     217config FEATURE_TAR_GNU_EXTENSIONS
    202218    bool "Enable support for some GNU tar extensions"
    203219    default y
    204     depends on CONFIG_TAR
     220    depends on TAR
    205221    help
    206222      With this option busybox supports GNU long filenames and
    207223      linknames.
    208224
    209 config CONFIG_FEATURE_TAR_LONG_OPTIONS
     225config FEATURE_TAR_LONG_OPTIONS
    210226    bool "Enable long options"
    211227    default n
    212     depends on CONFIG_TAR && CONFIG_GETOPT_LONG
     228    depends on TAR && GETOPT_LONG
    213229    help
    214230        Enable use of long options, increases size by about 400 Bytes
    215231
    216 config CONFIG_UNCOMPRESS
     232config UNCOMPRESS
    217233    bool "uncompress"
    218234    default n
     
    221237      Not much used anymore, replaced by gzip/gunzip.
    222238
    223 config CONFIG_UNLZMA
     239config UNLZMA
    224240    bool "unlzma"
    225241    default n
     
    236252      should probably say N here.
    237253
    238 config CONFIG_FEATURE_LZMA_FAST
     254config FEATURE_LZMA_FAST
    239255    bool "Optimze unlzma for speed"
    240256    default n
    241     depends on CONFIG_UNLZMA
     257    depends on UNLZMA
    242258    help
    243259      This option reduces decompression time by about 33% at the cost of
    244260      a 2K bigger binary.
    245261
    246 config CONFIG_UNZIP
     262config UNZIP
    247263    bool "unzip"
    248264    default n
     
    255271
    256272comment "Common options for cpio and tar"
    257     depends on CONFIG_CPIO || CONFIG_TAR
    258 
    259 config CONFIG_FEATURE_UNARCHIVE_TAPE
     273    depends on CPIO || TAR
     274
     275config FEATURE_UNARCHIVE_TAPE
    260276    bool "Enable tape drive support"
    261277    default n
    262     depends on CONFIG_CPIO || CONFIG_TAR
     278    depends on CPIO || TAR
    263279    help
    264280      I don't think this is needed anymore.
    265281
    266282comment "Common options for dpkg and dpkg_deb"
    267     depends on CONFIG_DPKG || CONFIG_DPKG_DEB
    268 
    269 config CONFIG_FEATURE_DEB_TAR_GZ
     283    depends on DPKG || DPKG_DEB
     284
     285config FEATURE_DEB_TAR_GZ
    270286    bool "gzip debian packages (normal)"
    271     default y if CONFIG_DPKG || CONFIG_DPKG_DEB
    272     depends on CONFIG_DPKG || CONFIG_DPKG_DEB
     287    default y if DPKG || DPKG_DEB
     288    depends on DPKG || DPKG_DEB
    273289    help
    274290      This is the default compression method inside the debian ar file.
     
    276292      If you want compatibility with standard .deb's you should say yes here.
    277293
    278 config CONFIG_FEATURE_DEB_TAR_BZ2
     294config FEATURE_DEB_TAR_BZ2
    279295    bool "bzip2 debian packages"
    280296    default n
    281     depends on CONFIG_DPKG || CONFIG_DPKG_DEB
     297    depends on DPKG || DPKG_DEB
    282298    help
    283299      This allows dpkg and dpkg-deb to extract deb's that are compressed internally
     
    287303      use an internal control.tar.bz2 or data.tar.bz2.
    288304
    289 config CONFIG_FEATURE_DEB_TAR_LZMA
     305config FEATURE_DEB_TAR_LZMA
    290306    bool "lzma debian packages"
    291307    default n
    292     depends on CONFIG_DPKG || CONFIG_DPKG_DEB
     308    depends on DPKG || DPKG_DEB
    293309    help
    294310      This allows dpkg and dpkg-deb to extract deb's that are compressed
    295           internally with lzma instead of gzip.
     311      internally with lzma instead of gzip.
    296312
    297313      You only want this if you are creating your own custom debian
    298           packages that use an internal control.tar.lzma or data.tar.lzma.
     314      packages that use an internal control.tar.lzma or data.tar.lzma.
    299315
    300316endmenu
Note: See TracChangeset for help on using the changeset viewer.