Changelog for
mindi-3.3.0-1.fc30.x86_64.rpm :
* Sun Feb 23 2020 Bruno Cornec
3.3.0-1- Updated to 3.3.0- Remove floppy support (Bruno Cornec)- Reinstall mbr.bin before calling boot loader restoration to avoid having nothing if we boot from a partition (Bruno Cornec)- Adds support for btrfs subvolumes (Bruno Cornec)- Fix NFS support on RHEL 8 (Bruno Cornec)- Adds support for i40e, xhci-pci, cdc_eem (Bruno Cornec)- Adds support for SLES 12/15 with UEFI and grub2 (Bruno Cornec)- Check return status of mr-net-get-config to avoid errors due to missing perl modules e.g. (Bruno Cornec)- Fix #838 by skipping subvol fstab lines for the mountlist (Bruno Cornec)- Adds support for HPE ProLiant Gen10 smartpqi driver (Bruno Cornec)- Auto computes now the space needed for initrd reducing the role and importance of EXTRA_SPACE (Bruno Cornec)- MakeBootInitFile split with a new PrepareTargetDir (work done in a dir before packing to compute size) mount of that dir is split and realized later on (Bruno Cornec)- PrepareDataDiskImage => PrepareBigDir and PrepareAllTar => PrepareBigDirTar (Bruno Cornec)- Adds CleanBigDir and CleanTargetDir to allow cleanup separately (Bruno Cornec)- Use now 2 global variable bigdir and targetdir to manage the related contents (Bruno Cornec)- Use the RAMDISK_SIZE macro in boot file that will be substitued later on when size of ramdisk is known and adds a PatchBootFiles function for that (Bruno Cornec)- Fixes mr-parted2fdisk for new parted/fdisk usages and distributions versions (Bruno Cornec)- Fix a search made on / creating delays on NFS based machines e.g. for keymap (Stanislav Tokoš)- Avoid using wholename and prefer path more portable for find (Victor Gattegno)- Adds support for OpenSUSE 42 Leap for dbus paths under /bin (Stanislav Tokoš/Bruno Cornec)- Adds preliminary DRBD support (Bruno Cornec)- Improve nfs version support by allowing usage of nfs4 e.g. as a parameter which will also used at restore time (for cases where nfs3 is tryed by default and doesn\'t work) (Bruno Cornec)- Fix version boudaries for bootloader analysis (Bruno Cornec)- Fix versions given back for mr-
* tools (Bruno Cornec) - Support is planned for RHEL8/UEFI & Debian9/UEFI (Bruno Cornec)- Fix #805 by forcing the usage of parted when more than 1000 disks are reported by fdisk (Bruno Cornec)- Add a log of device.map for grub2 (Bruno Cornec)- Use LVM_SUPPRESS_FD_WARNINGS to avoid lvm error messages (Bruno Cornec)- Fix a missing dependency in mr-parted2fdisk on FileHandle for the autoflush feature (Bruno Cornec)- Align mindi\'s version to mondo version (Bruno Cornec)- Adds UEFI support for Fedora in mindi using grub2 (Bruno Cornec)- Fix the message for the ISO image generated as the MINDI_CACHE variable is overwritten by mondo, but the string is made before so was incorrect. (Rick Stevens/Bruno Cornec)- Add support for the ntfs FS at restore time (Bruno Cornec)- Adds support for hid-microsoft based keyboards (Bruno Cornec)- Adds support for OEL and UEFI (Bruno Cornec)- Adds similar support for CentOS than for RHEL on bootloader choice (Brett Gamlin)- Fix #801 by adding support for the new kbd conf file for Debian 8. (Bruno Cornec)- Fix #745 by killing remaining processes after reboot, in case it doesn\'t work (RHEL 6) (Bruno Cornec)- disable fdisk output buffering in mr-parted2fdisk (William Montgomery)- EXTRA_SPACE needs to be extended and allow the overwrite of default options for Ironic mode (Bruno Cornec)- Mindi now is able to generate bootable ISO images from existing kernel/initrd/bootloader (split code of PrepareDataDiskImages into PrepareBootDir and PrepareAllTar called directly in case of the --ironic option) (Bruno Cornec)- Adds support for thin LVM provisioning (spezialist)