Ignore:
Timestamp:
Aug 30, 2015, 5:28:32 PM (9 years ago)
Author:
Bruno Cornec
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • projects/mondorescue/pbconf/branches/3.2/mindi/pbcl

    r1950 r1988  
    33MINDI CHANGES
    44
    5 3.0.1 (2015-03-08)
    6 - TBD
     53.0.1 (2015-08-29)
     6- Fix #717 by adding UEFI support to mindi. Cf README.uefi. Only tested with RHEL6 for now. boot conf files now generated in PrepareDataDiskImages and used in PrepareBootDiskImage (Bruno Cornec)
     7- Refactor into PrepareBootDiskImage the 2 previously separated functions to create the boot image, now also supporting UEFI and grub (USB key not reviewed for now) (Bruno Cornec)
     8- new parameter boot-type passed to mindi from mondoarchive (Bruno Cornec)
     9- Fix some useless error messages from appearing at boot time when changing pivot (Bruno Cornec)
     10- Creates cache directories for rpcbind (RHEL6 & 7) in start-netfs before launching the daemon (Bruno Cornec)
     11- Adds module rpcsec_gss_krb5 which may be needed for RHEL7 NFS (Bruno Cornec)
     12- Adds libnss_compat_ossi in minimal.dep for ssh dlopen hidden deps on RHEL 7 ! (Bruno Cornec)
     13- Review network startup in start-netfs when cloning (should fix #716) - Trust ipconf first, and then use mondorestore.cfg content (Bruno Cornec)
     14- Adds an ipmode configuration parameter at boot time to typically force start-netfs to make a DHCP request, despite the conf file doesn't precise it (param can be DHCP or STATIC) (Bruno Cornec)
     15- Change analyze-my-lvm in order to generate percentage of Extents of a VG to use to create the LV instead of a fixed size (Bruno Cornec)
     16- Adds support for enic network driver needed for Cisco UCS systems (Dimitri Bellini)
     17- mindi and mondo use systematically mindi-bootroot.img as the name of the bootable image used to make CD (Bruno Cornec)
     18- log the content of mondorestore.cfg, perl modules list in mindi (Bruno Cornec)
     19- Fix mindi-get-perl-modules by using scan_deps. This implies a new dep for mindi on Module::ScanDeps (Bruno Cornec)
     20- Add support for mpt2sas driver - DELL T320 (Jean Michel openagilex.fr)
     21- Rename mindi/parted2fdisk.pl into mindi/mr-parted2fdisk and make all adaptations required for consistency with all other new mr-* commands- mr-parted2fdisk now uses pb_* functions and used only if UEFI/EFI (Bruno Cornec)
     22- Add support for ksplice (which is creating its own version of modprobe which needs to be part of minimal.conf to be picked up early enough) (Mark Plummer)
     23- Fix mindi for RHEL5 support (and other old distros) by not using non portable -n option of cp, creating a /bin subdir in case it's needed, creating a link for /sbin/init if needed (Bruno Cornec)
     24- Fix installation of mr-parted2fdisk under rootfs by removing useless -s option of install. mindi doesn't call fdisk anymore (Bruno Cornec)
     25- Fix mr-parted2fdisk for RHEL5 support with regex for fdisk version adapted. It's now the only tool for disk partitions management in MondoRescue (Bruno Cornec)
     26- mr-parted2fdisk now supports being called with -l option without device. It then calls fdisk directly for this case to be fully compatible (Bruno Cornec)
     27- Fix #748 by solving interface issues between mondoarchive and mindi (Bruno Cornec)
     28- Improve kernel 3.14+ detection for initramfs (Bruno Cornec)
     29- Fix #767 (typo in KEYDIR name proposed) (Joel Girot)
     30- Adds support for Hyper-V IDE driver (Habibija Safet)
     31- Adds support for nls_iso8859-1 and hid_generic to mindi to support some DELL machines with Ubuntu 14.04 at least (Bruno Cornec)
     32- Adds support for the hpvsa driver and its conf file (in relationship with #751) (Bruno Cornec)
    733
    8343.0.0 (2014-12-23)
    9 - Fix #753 by forcing LV creation which on RHEL7 now asks a question in case something was already there before. (Bruno Cornec)
     35- Fix #753 by forcing LV creation which on RHEL7 now asks a question in case something was already there before (Bruno Cornec)
    1036- Fix #741 by adapting busybox and init location for pre-fedora 18 distros (missing links) ! (Bruno Cornec)
    1137- Fix #735 by updating isolinux.bin and ldlinux.c32 location on recent Debian distros (Bruno Cornec)
     
    2551- Launch start-netfs when a network conf is detected in the conf file to avoid an error later on in automatic mode (Bruno Cornec)
    2652- mindi is now a bash script (for better logging support) (Bruno Cornec)
    27 - Adds lvmetad daemon to list and launch it at restore time as new LVM version seems to need it. (Bruno Cornec)
     53- Adds lvmetad daemon to list and launch it at restore time as new LVM version seems to need it (Bruno Cornec)
    2854- Rename the conf file mondo-restore.cfg into mondorestore.cfg for homogeneity (Bruno Cornec)
    29 - Remove EXTRA_MODS variable leading to modules missing at restore time. Now part of CDROM_MODS and were anyway loaded 99% of the time. (Bruno Cornec)
     55- Remove EXTRA_MODS variable leading to modules missing at restore time. Now part of CDROM_MODS and were anyway loaded 99% of the time (Bruno Cornec)
    3056- Remove usage of KEYMAP-LIVES-HERE,  and USING-* not used anymore (Bruno Cornec)
    3157- Remove support for FAILSAFE kernels not maintained - use branch 3.0 if you still need it (Bruno Cornec)
     
    74100
    751012.1.5 (2013-05-03)
    76 - Fix #681 by reintroducing code from mindi 2.0.6 in order to support detection of initrd tyep support deep in kernel with some black magic. (Bruno Cornec/Victor Gattegno/Didier Diaz)
     102- Fix #681 by reintroducing code from mindi 2.0.6 in order to support detection of initrd tyep support deep in kernel with some black magic (Bruno Cornec/Victor Gattegno/Didier Diaz)
    77103- Fix ReadAllLink by supporting multi-level of ../.. in link names (Bruno Cornec)
    78104- Add cifs support for #208 with first modifications to add cifs support as an external FS - will need mondo 3.0.4 (Bruno Cornec)
    79 - Force the addition of the RESTORE keyword in the boot line to avoid interaction at restore time. (Bruno Cornec)
     105- Force the addition of the RESTORE keyword in the boot line to avoid interaction at restore time (Bruno Cornec)
    80106- Fix #677 by adding a missing parameter to modinfo (Victor Gattegno)
    81107- Update ProLiant support with hp-rcu and hp-fm (Gen8 and following) (Bruno Cornec)
     
    106132
    1071332.1.3 (2012-07-08)
    108 - Fix #621 by avoiding to handle iso9660 FS type from fstab as well as bind mounted FS. (Bruno Cornec)
     134- Fix #621 by avoiding to handle iso9660 FS type from fstab as well as bind mounted FS (Bruno Cornec)
    109135- Fix a bug in mindi where regular expressions were used with grep without the -E option (Jeffery Kalchik)
    110136- Fix #614 SLES kbd issue (removing double quotes was not done for all of them) (Victor Gattegno)
     
    1151412.1.2 (2012-06-03)
    116142- Fix a bug on RHEL 5 where lvdisplay doesn't support redirection. Adds a | cat in between, as was done for vgdisplay (Bruno Cornec)
    117 - Fix #617 and #615: Only non directtory are transferred to the rootfs by tar, in order to avoid linked dirs such as /lib to finish fully on it. (Bruno Cornec)
     143- Fix #617 and #615: Only non directtory are transferred to the rootfs by tar, in order to avoid linked dirs such as /lib to finish fully on it (Bruno Cornec)
    118144- Adding pata_acpi support (Bruno Cornec)
    119145- Fix #607 by including kernel modules symlinked to modules out of tree (hpsa case from HP PSP) (Sanjeev V Kumar)
     
    123149- Avoids useless warning by using the right regexp for 2.4.x kernel detection (Bruno Cornec)
    124150- Fix #609 by using option -L of stat in order to get the correct value for major and minor numbers of mapper links (bzium)
    125 - Fix #600 by linking /bin/sh to /bin/bash when it's in the initrd as the default shell used. Adds support for pushd/popd at least. (Bruno Cornec)
     151- Fix #600 by linking /bin/sh to /bin/bash when it's in the initrd as the default shell used. Adds support for pushd/popd at least (Bruno Cornec)
    126152- Fix #614 to add correct keyboard support on SLES 10 (Bruno Cornec)
    127 - Solve #610 by adding a --nolog option to mindi, which needs to be the first one, and used in analyze-my-lvm with a redirection of errors to /dev/null. (Bruno Cornec)
     153- Solve #610 by adding a --nolog option to mindi, which needs to be the first one, and used in analyze-my-lvm with a redirection of errors to /dev/null (Bruno Cornec)
    128154- Fix #598 by increasing again boot sizes (Bruno Cornec)
    129155- Adds support for upstart (RHEL 6.2) to try having CTRL-ALT-DEL work again (Bruno Cornec)
     
    133159- mv udev.files to udev.conf under deplist.d to be more coherent (Bruno Cornec)
    134160- Use LogFile everywhere possible as a echo replacement (Bruno Cornec)
    135 - Fix #590 by adding a warning in case of McAfee detection, and checking tar files before their copy. (Bruno Cornec)
     161- Fix #590 by adding a warning in case of McAfee detection, and checking tar files before their copy (Bruno Cornec)
    136162
    1371632.1.1 (2012-02-24)
    138 - Adds rpcbind support. Fixes RHEL6.2 NFS restore, and hopefully Debian as well. (Bruno Cornec)
     164- Adds rpcbind support. Fixes RHEL6.2 NFS restore, and hopefully Debian as well (Bruno Cornec)
    139165- Force inclusion all files mentioned in minimal.conf (Bruno Cornec)
    140166- Fix #576 by truncating the mesage text created with cut (Bruno Cornec)
     
    152178- Force activation of first partition which should not be optional as everything is destroyed before (Bruno Cornec)
    153179- Exclude sysfs devpts and tmpfs partitions found in RHEL 6.2 from analyze by mindi (made error messages) (Bruno Cornec)
    154 - Fix a bug in mindi when having multiple swap partiions with same starting string (/dev/dm-1 and /dev/dm-16). (Bruno Cornec)
     180- Fix a bug in mindi when having multiple swap partiions with same starting string (/dev/dm-1 and /dev/dm-16) (Bruno Cornec)
    155181- Exclude /run similarly to /sys and /proc (Bruno Cornec)
    156182- Fix #525 and improve printing when no /etc/raidtab, but still md devices (Bruno Cornec)
    157183- Adds support for a new pata_atiixp, bnx2i, virtio drivers (Bruno Cornec)
    158184- Force block size back to 32768 in OBDR mode after skipping the 2 tape marks, to read the additional rootfs data corerctly (Bruno Cornec)
    159 - Fix #498 by using an external program (hpsa_obdr_mode) which can set the mode of the tape to CD-ROM or Sequential at will. (Bruno Cornec)
     185- Fix #498 by using an external program (hpsa_obdr_mode) which can set the mode of the tape to CD-ROM or Sequential at will (Bruno Cornec)
    160186- Simplify the function engaging SCSI for Smart Array controllers, and support as many controller as we have (Bruno Cornec)
    161187- Attempt to solve #503 by handling /lib64 separately for udev and only if not a link (to /lib) for Ubuntu 64 (Bruno Cornec)
    162 - Fix #499 by using a real init from busybox and moving our init script to etc/init.d/rcS. We also now call the reboot from busybox to exit, which indeed reset the system correctly (in a VM at least which wasn't the case before). Requires a new mindi-busybox as well. (Bruno Cornec)
     188- Fix #499 by using a real init from busybox and moving our init script to etc/init.d/rcS. We also now call the reboot from busybox to exit, which indeed reset the system correctly (in a VM at least which wasn't the case before). Requires a new mindi-busybox as well (Bruno Cornec)
    163189- Improve mindi support for kernel 3.x (Bruno Cornec)
    164 - Improve again ProLiant HW support, by adding references to the yet to come SSSTK rpm so that conrep is called at its future right place. (Bruno Cornec)
     190- Improve again ProLiant HW support, by adding references to the yet to come SSSTK rpm so that conrep is called at its future right place (Bruno Cornec)
    165191- Fix #491 by correctly checking Xen kernel used for a dom0 env (Bruno Cornec)
    166192- Adds support for hwaddr (MAC addresses) at restore time, and map to the correct NIC if it's found at restore time (Stefan Heijmans/Bruno Cornec)
    167193- Fix an issue on udevadm call (Bruno Cornec)
    168194- Fix #501 by pushing BOOT_SIZE to 36864 for certain Ubuntu cases (Bruno Cornec)
    169 - Add compatibility with the latest SSSTK + PSP content for HP ProLiant + branding homogeneous now. Using hpacuscripting now. (Bruno Cornec)
     195- Add compatibility with the latest SSSTK + PSP content for HP ProLiant + branding homogeneous now. Using hpacuscripting now (Bruno Cornec)
    170196- Fix bugs in the kernel detection routine of mindi related to echo badly captured (Bruno Cornec)
    171197- Uses the -d option of the mount command to avoid leaving loop devices in use. Should fix the problems reported on the ML with NFS and more than 8 ISO images (Bruno Cornec)
    172 - Copy everything under .ssh of root account to allow for sshfs mount without passwd at restore time. (Bruno Cornec)
     198- Copy everything under .ssh of root account to allow for sshfs mount without passwd at restore time (Bruno Cornec)
    173199- Improve msgs printed during kbd analysis (Bruno Cornec)
    174200- Fix an error when dmidecode reports comments before system name (Bruno Cornec)
     
    1852112.0.7.8 (2011-06-27)
    186212- Fix mindi-get-perl-modules when perl dirs in @INC are symlinks (case on Ubuntu 11.04) (Bruno Cornec)
    187 - Fix option --findkernel in case of Xen kernel so that mondoarchive get a correct answer instead of an empty one. (Bruno Cornec)
     213- Fix option --findkernel in case of Xen kernel so that mondoarchive get a correct answer instead of an empty one (Bruno Cornec)
    188214- Fix #484 by adding support for the arcmsr driver (to support the Areca ARC-1220 RAID Controller) (Bruno Cornec)
    189215- Avoids error msgs if no mondo-restore.cfg file exists (when mindi used stdalone) (Bruno Cornec)
    190 - Attempt to fix Xen kernel support by avoiding to remove xen kernel fro; the possible_kernels list too early, whereas it's used afterwards to get them. (Bruno Cornec)
     216- Attempt to fix Xen kernel support by avoiding to remove xen kernel fro; the possible_kernels list too early, whereas it's used afterwards to get them (Bruno Cornec)
    191217- Fix #481 by supporting the new kbd file in latest Ubuntu 10.10+ (Victor Gattegno)
    192218- Propose more variables in the mindi.conf example (Bruno Cornec)
     
    206232- Adds functions and /bin/loadkeys (new location) to minimal set of commands to have (Bruno Cornec)
    207233- provides a makemessage option to mindi and this function now works with pbdistrocheck (Bruno Cornec)
    208 - Latest lvdisplay on RHEL6 prints MiB instead of MB. Impact on analyze-my-lvm fixed. (Bruno Cornec)
    209 - With mindi-busybox 1.18.3 the syntax of openvt changed. Mindi is now compatible with this as well as the older one. (Bruno Cornec)
     234- Latest lvdisplay on RHEL6 prints MiB instead of MB. Impact on analyze-my-lvm fixed (Bruno Cornec)
     235- With mindi-busybox 1.18.3 the syntax of openvt changed. Mindi is now compatible with this as well as the older one (Bruno Cornec)
    210236- Adds a restore quiet option (Bruno Cornec)
    211237- Fixes for RHEL6 support with additional modules (Bruno Cornec)
    212238- Fix #462 (removes temp dir if analyze-my-lvm launched in stand alone mode) (Bruno Cornec)
    213239- Fix issue with mindi when launched from a dir containing spaces (Bruno Cornec)
    214 - Fix #459 by correcting an old README containing info on the edit-mountlist binary which doesn't exist. (Bruno Cornec)
     240- Fix #459 by correcting an old README containing info on the edit-mountlist binary which doesn't exist (Bruno Cornec)
    215241- Adds support for hpsa (new HP Smart Array driver), r8169, xhci, virtio, mega_sr, ide_gd_mod, pata_jmicron, cp210x, dca, raid6_pq, xor async_tx, async_memcpy, async_xor, pata_sil680 drivers (Bruno Cornec)
    216242- Replace usage of pvs with pvscan for speed reasons in analyze-my-lvm (Bruno Cornec)
    217 - Workaround problems met on RHEL 5.2 and 5.4 around pvs command generating a list of \n separated pvs with back quotes in an unexpected way. (Bruno Cornec)
     243- Workaround problems met on RHEL 5.2 and 5.4 around pvs command generating a list of \n separated pvs with back quotes in an unexpected way (Bruno Cornec)
    218244- Adds /etc/rpc and /etc/netconfig as minimal deps for mindi for latest NFS support (Bruno Cornec)
    219245- Boot size and extra size pushed to 24MB and 70MB to support correctly Fedora 14 and Debian 6.0 (Bruno Cornec)
     
    458484- /var/cache/mindi now useed by default for mindi images (Bruno Cornec)
    459485- Add support for LSI SAS1064E (Brandon Poyner/Bruno Cornec)
    460 - Fix a bug on the MODULE variable and grep -F usage with spaces. (Bruno Cornec)
     486- Fix a bug on the MODULE variable and grep -F usage with spaces (Bruno Cornec)
    461487- Fix Virtual media usage (Patrick Albert)
    462488- Improve VMWare ESX support (Bruno Cornec)
     
    475501- Fix a bug where mondorestore.log was truncated (Bruno Cornec)
    476502- Fix a Debian packaging bug for good (#142 and #126)
    477 - Removes some now unnecessary commands concerning /root/images/mindi. (Andree Leidenfrost)
     503- Removes some now unnecessary commands concerning /root/images/mindi (Andree Leidenfrost)
    478504- Support of Debian optimised libraries in /lib/i686/cmov (Andree Leidenfrost)
    479505- lsmod usage replaced by /proc/modules and a MODULES variable (Andree Leidenfrost/Bruno Cornec)
     
    701727- added multi-function CD support to mindi and sbin/post-init
    702728- re-mount root as rw just in case
    703 - ask user to remove last data (floppy) disk if nec. (Tom Mortell)
     729- ask user to remove last data (floppy) disk if nec (Tom Mortell)
    704730- added support for 5th column in mountlist.txt for labels
    705731- added symlinks.tgz
Note: See TracChangeset for help on using the changeset viewer.