SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for mindi-3.0.1-1.mdv2007.0.x86_64.rpm :
Sun Aug 30 00: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 23: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)

Sat Sep 14 00: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)

Tue Jul 30 00: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)

Sat May 4 00: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)

Fri Mar 15 23:00:00 2013 Bruno Cornec 2.1.4-1
- Updated to 2.1.4
- Fix #651 by removing a potential dmsetup conf before formating the USB with mkdosfs (Matthew Ross)
- Should fix an issue with RHEL 6 where mindi was comparing an info obtained by readlink -f (/dev/dm-1) different from the one in fstab (/dev/mapper/systemvg-root_lv) and the one given by vgs in GiveMapperofDm (/dev/systemvg/root_lv) (Bruno Cornec)
- Removing telinit from minimal.conf to avoid on SLES to have init coming as the target of the telinit link :-( (Bruno Cornec)
- Adding an inittab file in order to avoid problems with CTR-ALT-DEL (Bruno Cornec)
- mindi now uses the full content of minimal.conf in deplist to include it in the boot media. Prevously only a fraction of it was included (Bruno Cornec)
- blkid is needed at least by Fedora 16 at restore time early so added to minimal.conf (Bruno Cornec)
- Handle better the symlinks during the copy of content in order to support the /lib issue for F17. Performance is still degraded (Bruno Cornec)
- Adds more drivers in mindi to better support iscsi env (Bruno Cornec)
- Fix #611 for SLES SP1/SP2 with improved LVM support and addition of a function GiveVGLVOfdm to analyze-my-lvm (Matthew Ross/Bruno Cornec)
- Fix #654 by exporting correct value for LANG and LANGUAGE in analyze-my-lvm to avoid localized display (ediaz)
- Improve Fedora 17 support and #656 with all sort of symlinks from / to /usr (Bruno Cornec)
- Improve VxFS support and #167 (Bruno Cornec)
- Add proposed enhancement in #648 to add more control through conf file to boot timeout and default mode (Matthew Ross)
- Fix #649 by adding serial port detection in GetShell function which was harcoding the tty to use (Matthew Ross)
- Fix #639 bu adding dyn. libs needed on RHEL 6.3 by ssh (Peter Kohler)
- Fix #622: Adds swaplabel support if it exists (Bruno Cornec)
- Fix #647: bash is now systematically included in the ramdisk (Bruno Cornec)
- Fix #631 by adding /bin/lsmod to minimal.conf in order to support SLES 11 SP2 (Bruno Cornec)
- Fix #623 by sorting correctly the dev mapper devices when more than 10 are handled (Martin Kitka/Didier Diaz)
- Adds support for 3.5 kernel and USB keyboard by adding module hid_generic (Hugo vw)
- Increase size of tmpfs using shm in order to support larger mindi boot images (Mark Wisniewski)
- Solve #646 by increasing BOOT_SIZE for Ubuntu 12.04 (Victor Gattegno)


 
ICM