|
|
|
|
Changelog for mindi-3.0.2-1.mdv2007.1.x86_64.rpm :
Thu Apr 28 12:00:00 2016 Bruno Cornec 3.0.2-1 - Updated to 3.0.2 - Fix #795 by adding support for new RHEL7 keyboard type (Bruno Cornec) - Fix #792, LVM support, by forcing fixed values for LE if percentage calculated for it is 0 - Fix #757, #780 and #781, md support, by adding support for raid * drivers in mindi (Bruno Cornec) - Fix #779 by adding the hid-generic module (Bruno Cornec) - Fix #778 by using dosfslabel/mr-label to recreate labelled FAT or VFAT FS when that command is available and using mkfs.vfat now everywhere (removes mkdosfs references) and avoid using -F 32 to let the mkfs.vfat command choose the best size by itself. (Bruno Cornec) - Fix #777 Full UEFI support with grub 0.9 and grub2 configuration generation in addition to syslinux (limited to RHEL6, RHEL7 and Debian8 for now) (Bruno Cornec) - For grub 0.9 the conf file for UEFI mode needs to be called bootx64.conf (tested on RHEL6) (Bruno Cornec) - For grub 2.x the conf file for UEFI mode needs to be called grub.cfg (tested on RHEL7) (Bruno Cornec) - Better protection against rm commands (Bruno Cornec) - Adds xorriso support in mindi for distributions such as Debian 8 using it for UEFI (Bruno Cornec) - Adds a mr-label perl script to relabel/uuid fvat FS (Bruno Cornec) - Adds a mr-disk-type script to handle GPT/MBR format detection (Bruno Cornec) - Adds support for Smart Array B140i with hpdsa, mpt3sas driver (Dell T110 II), dm-thin-pool, additional virtio drivers and vmw_pvscsi for VMware (Bruno Cornec) - Adds support for kernel later than 3.x up to 9.x (Bruno Cornec) - Improve on screen and in log file messages by standardizing output to have coherent msgs with INFO tags (Bruno Cornec) - Create new MakeISO and MakeISOErrors functions to share that code (Bruno Cornec) - Rename LogIt into LogAll (Bruno Cornec) - Rename the mindi image mindi.iso (was mondorescue.iso which was confusing) (Bruno Cornec) - Rename TurnTgzIntoRdz into MakeBootInitFile (Bruno Cornec) - Remove usages of old_pwd and cd in functions. change of directory s now done in a subshell (Bruno Cornec) - Remove function ListImagesForUser (Bruno Cornec) - Share more params in ISO_OPT between usages (Bruno Cornec) - size_of_all_tool is now computed in PrepareDataDiskImages to be used by further functions which removes the need of BOOT_SIZE (Bruno Cornec) - Forging a /tmp/mondorestore.cfg file at restore time if using mindi standalone in order to avoid error messages from grep. (Bruno Cornec) - Fix a bug related to list analysis with echo where the variable needs to be transformed into list before processing (Bruno Cornec) - Simplify OfferToMakeBootableISO and OfferToMakeBootableUSB to just deal with interactivity and parameter handling and create a shared function MakeBootableDevice with a parameter for special treatment. This will allow to fix broken USB support and to avoid that type of issue in the future (Bruno Cornec) - Suppress as well PrepareBootDiskImage as content is now supported in the shared MakeBootableDevice (Bruno Cornec) - Improve non-interactive support with 3 variables in conf file that can allow a non interactive function of mindi when set to the values proposed (PROMPT_MAKE_CD_IMAGE=\"no\", PROMPT_MAKE_USB_IMAGE=\"no\") When using the second one for USB mode, you also have to add the name of the device to be used with USBDEVICE=\"/dev/sdg\" (Bruno Cornec) - Adds support for nls_cp437 module (report from a chinese user) - Use syslinux dir systematically for boot env whatever the boot loader of this family as it works for all. (Bruno Cornec) - Improve speed for deps computation by global sorting (Bruno Cornec) - Fix a bug with Debian 8 where we need to use /lib/systemd instead of /usr/lib/systemd (Bruno Cornec) - Fix lvmetad usage on latest Debian (Hugo Vanwoerkom) - Adds a function FindLdlinuxe64Binary to find ldlinux.e64 (Bruno Cornec) - Adds a function FindSyslinux64EFI to find syslinux.efi (Bruno Cornec) - FindLdlinux32Binary only called in BIOS mode (Bruno Cornec) - Fix mindi-get-perl-modules to follow symlinks in perl installation and now working on Debian 8 as well as Mageia 5 (Bruno Cornec)
Sat Aug 29 12:00:00 2015 Bruno Cornec 3.0.1-1 - Updated to 3.0.1 - 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) - 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) - new parameter boot-type passed to mindi from mondoarchive (Bruno Cornec) - Fix some useless error messages from appearing at boot time when changing pivot (Bruno Cornec) - Creates cache directories for rpcbind (RHEL6 & 7) in start-netfs before launching the daemon (Bruno Cornec) - Adds module rpcsec_gss_krb5 which may be needed for RHEL7 NFS (Bruno Cornec) - Adds libnss_compat_ossi in minimal.dep for ssh dlopen hidden deps on RHEL 7 ! (Bruno Cornec) - Review network startup in start-netfs when cloning (should fix #716) - Trust ipconf first, and then use mondorestore.cfg content (Bruno Cornec) - 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) - 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) - Adds support for enic network driver needed for Cisco UCS systems (Dimitri Bellini) - mindi and mondo use systematically mindi-bootroot.img as the name of the bootable image used to make CD (Bruno Cornec) - log the content of mondorestore.cfg, perl modules list in mindi (Bruno Cornec) - Fix mindi-get-perl-modules by using scan_deps. This implies a new dep for mindi on Module::ScanDeps (Bruno Cornec) - Add support for mpt2sas driver - DELL T320 (Jean Michel openagilex.fr) - 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) - 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) - 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) - Fix installation of mr-parted2fdisk under rootfs by removing useless -s option of install. mindi doesn\'t call fdisk anymore (Bruno Cornec) - 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) - 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) - Fix #748 by solving interface issues between mondoarchive and mindi (Bruno Cornec) - Improve kernel 3.14+ detection for initramfs (Bruno Cornec) - Fix #767 (typo in KEYDIR name proposed) (Joel Girot) - Adds support for Hyper-V IDE driver (Habibija Safet) - Adds support for nls_iso8859-1 and hid_generic to mindi to support some DELL machines with Ubuntu 14.04 at least (Bruno Cornec) - Adds support for the hpvsa driver and its conf file (in relationship with #751) (Bruno Cornec)
Tue Dec 23 11:00:00 2014 Bruno Cornec 3.0.0-1 - Updated to 3.0.0 - Fix #753 by forcing LV creation which on RHEL7 now asks a question in case something was already there before (Bruno Cornec) - Fix #741 by adapting busybox and init location for pre-fedora 18 distros (missing links) ! (Bruno Cornec) - Fix #735 by updating isolinux.bin and ldlinux.c32 location on recent Debian distros (Bruno Cornec) - Fix #656 and #732 by adding support for the new /lib being a symlink on fedora 18+ (Bruno Cornec) - Adds systemd support (Bruno Cornec) - Creates all links under /bin from /usr/bin when not already existing to allow older distros to find their binaries without issue (Bruno Cornec) - Try to put everything for mindi under /usr now with the way the latest distros work and removes symlinks.tgz and dev.tgz (Bruno Cornec) - /usr/sbin/dmeventd is now needed by systemd for dm dev creation (seen with LVM) (Bruno Cornec) - Improves systemd support at startup of the restore media when the system uses it (new user, groups, files included from /usr/lib/systemd, dbus, (Bruno Cornec) - Fix mount call in rcS to use devtmpfs instead of tmpfs for /dev and systemd (Bruno Cornec) - If using systemd-udev, do not extract all devs as it perturbates LVM (Bruno Cornec) - mindi now generates UUIDs in mountlist.txt if no LABEL nor UUID exist (Bruno Cornec) - Fix label-partitions-as-necessary to put back the original UUIDs to the partitions even if no LABEL or UUID line was used in fstab (Bruno Cornec) - Adds support for XFS labelling (Bruno Cornec) - Fix some wrong keyboard detection (Bruno Cornec) - Add support for latest Fedora keymap file (/etc/vconsole.conf) and non us keyboard detection (Bruno Cornec) - Launch start-netfs when a network conf is detected in the conf file to avoid an error later on in automatic mode (Bruno Cornec) - mindi is now a bash script (for better logging support) (Bruno Cornec) - Adds lvmetad daemon to list and launch it at restore time as new LVM version seems to need it (Bruno Cornec) - Rename the conf file mondo-restore.cfg into mondorestore.cfg for homogeneity (Bruno Cornec) - 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) - Remove usage of KEYMAP-LIVES-HERE, and USING- * not used anymore (Bruno Cornec) - Remove support for FAILSAFE kernels not maintained - use branch 3.0 if you still need it (Bruno Cornec) - Optimize modules list computation between mindi and restore init script, which doesn\'t load the list twice anymore as eveything is in the boot part. (Bruno Cornec) - Create /dev/shm at restore time in case it\'s not already done (Bruno Cornec) - Improve initramfs detection for recent kernels (RE updated) (Bruno Cornec) - Remove from mindi 2 functions replaced by perl code (ReadAllLink by mr-read-all-link and ProcessLDD by mr-process-ldd) (Bruno Cornec) - mindi now depends on new external perl modules: ProjectBuilder::Base, ProjectBuilder::Conf, ProjectBuilder::Distribution, IO::Interface::Simple, Net::IPv4Addr (Bruno Cornec) - Try to fix a udev issue on latest Ubuntu where /run/udev is needed at boot time by creating it (Bruno Cornec) - Include not only content of udev.conf files but if directories in it, do that recursively and fix udev deps inclusion by mimicing what was done for minimal (Bruno Cornec) - Add creation of device /dev/kmsg through udev-links.conf (Bruno Cornec) - mindi now uses mr-net-get-config to build the network conf (Bruno Cornec) - mindi now uses mr-kernel-get-modules for automatic dependency analysis (Bruno Cornec) - Fix #718 by adding support for USB keyboard for HP ML Server with xhci-hcd now in USB_MODS (Bruno Cornec) - Fix #724 by adding support for USB keyboard with ehci_pci now in USB_MODS (Bruno Cornec) - Fix #713 typo in a start-netfs command preventing correct route to be setup (Victor Gattegno) - Fix #727 by fixing serial mode support for machines like Sun 40z (Bruno Cornec)
Fri Sep 13 12:00:00 2013 Bruno Cornec 2.1.7-1 - Updated to 2.1.7 - Fix 2 bugs in kernel version detection (> 3.9) by simplifying the RE used (Bruno Cornec/many contributors) - Improve mindi logging when a new kernel mechanism for initramfs is found (Bruno Cornec) - Solve issues at restore time with loading of raid and igb modules by adding lacking modules as deps (Bruno Cornec) - Fix #713 by correcting typo (Victor Gattegno)
Mon Jul 29 12:00:00 2013 Bruno Cornec 2.1.6-1 - Updated to 2.1.6 - Use 2 README files as embedded doc for restore boot, with function keys (Bruno Cornec) - Improve #628 by adding a comment in order to connect external disks after the boot (Bruno Cornec) - Improve also boot menu visibility (Bruno Cornec) - First modifications to add support for systemd-udev (Bruno Cornec) - Fix #697 by adding the iproute parameter at boot time to support addition of static routes (Bruno Cornec) - Fix #656 for Mageia 3 and Fedora 17+ with no /bin and /lib under / but relocated under /usr (Bruno Cornec) - Copy the multipath dynamic libraries in order to have a working multipath at restore time (RHEL 6.4 and later) (Dimitri Bellini) - Softlink in LocateDeps have now their target scanned, should improve Debian 7 support (Bruno Cornec) - Fix #699 by improving NFS and SSHFS support for Debian 7 and Ubuntu 13 with nss libs placed under /lib/x86_64-linux-gnu/ and /usr/lib/x86_64-linux-gnu/ (Bruno Cornec/Victor Gattegno) - Backports some 3.1 fixes for mindi, and minimize diffs (Bruno Cornec) - Fix #705 by adding fdisk -l info to log file (Bruno Cornec) - rev is mandatory and included now in the boot part (not in minimal.conf) (Bruno Cornec) - Add an example to use a fixed IP configuration at boot time through mindi.conf (Bruno Cornec) - Be more precise in messages displayed at restore time when a non-rewinding device should be used (Bruno Cornec) - Fix #686 by adding grub.conf, grub.cfg and modified device.map.lst to device.map (Victor Gattegno) - Fix #679 again and #685 by reducing the list of possible kernels (Victor Gattegno/Didier Diaz/Bruno Cornec) - Fix support for OBDR tapes connected to SCSI cards, now copies sg_inq, sg_reset, sg_rw_mode and sg_map in the ramdisk (Bruno Cornec) - Adds support for the obdrmods boot parameter if some additional drivers should be removed (Bruno Cornec) - Adds more info in mindi log file (df -i, df -a, grub/lilo conf files, fdisk -l) (Bruno Cornec) - Fix a bug on SLES 11 SP2 by removing a dd in mindi which was filling the target dir (Bruno Cornec)
Fri May 3 12:00:00 2013 Bruno Cornec 2.1.5-1 - Updated to 2.1.5 - 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) - Fix ReadAllLink by supporting multi-level of ../.. in link names (Bruno Cornec) - Add cifs support for #208 with first modifications to add cifs support as an external FS - will need mondo 3.0.4 (Bruno Cornec) - Force the addition of the RESTORE keyword in the boot line to avoid interaction at restore time (Bruno Cornec) - Fix #677 by adding a missing parameter to modinfo (Victor Gattegno) - Update ProLiant support with hp-rcu and hp-fm (Gen8 and following) (Bruno Cornec)
|
|
|