Changeset 1920 in ProjectBuilder for projects/mondorescue/pbconf/branches/3.2/mindi/pbcl
- Timestamp:
- Dec 24, 2014, 8:03:27 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/mondorescue/pbconf/branches/3.2/mindi/pbcl
r1807 r1920 3 3 MINDI CHANGES 4 4 5 3.0.0 (2013-10-13) 6 - TBD 7 5 3.0.0 (2014-12-23) 6 - Fix #753 by forcing LV creation which on RHEL7 now asks a question in case something was already there before. (Bruno Cornec) 7 - Fix #741 by adapting busybox and init location for pre-fedora 18 distros (missing links) ! (Bruno Cornec) 8 - Fix #735 by updating isolinux.bin and ldlinux.c32 location on recent Debian distros (Bruno Cornec) 9 - Fix #656 and #732 by adding support for the new /lib being a symlink on fedora 18+ (Bruno Cornec) 10 - Adds systemd support (Bruno Cornec) 11 - Creates all links under /bin from /usr/bin when not already existing to allow older distros to find their binaries without issue (Bruno Cornec) 12 - 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) 13 - /usr/sbin/dmeventd is now needed by systemd for dm dev creation (seen with LVM) (Bruno Cornec) 14 - 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) 15 - Fix mount call in rcS to use devtmpfs instead of tmpfs for /dev and systemd (Bruno Cornec) 16 - If using systemd-udev, do not extract all devs as it perturbates LVM (Bruno Cornec) 17 - mindi now generates UUIDs in mountlist.txt if no LABEL nor UUID exist (Bruno Cornec) 18 - 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) 19 - Adds support for XFS labelling (Bruno Cornec) 20 - Fix some wrong keyboard detection (Bruno Cornec) 21 - Add support for latest Fedora keymap file (/etc/vconsole.conf) and non us keyboard detection (Bruno Cornec) 22 - Launch start-netfs when a network conf is detected in the conf file to avoid an error later on in automatic mode (Bruno Cornec) 23 - mindi is now a bash script (for better logging support) (Bruno Cornec) 24 - Adds lvmetad daemon to list and launch it at restore time as new LVM version seems to need it. (Bruno Cornec) 25 - Rename the conf file mondo-restore.cfg into mondorestore.cfg for homogeneity (Bruno Cornec) 26 - 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) 27 - Remove usage of KEYMAP-LIVES-HERE, and USING-* not used anymore (Bruno Cornec) 28 - Remove support for FAILSAFE kernels not maintained - use branch 3.0 if you still need it (Bruno Cornec) 29 - 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) 30 - Create /dev/shm at restore time in case it's not already done (Bruno Cornec) 31 - Improve initramfs detection for recent kernels (RE updated) (Bruno Cornec) 32 - Remove from mindi 2 functions replaced by perl code (ReadAllLink by mr-read-all-link and ProcessLDD by mr-process-ldd) (Bruno Cornec) 33 - mindi now depends on new external perl modules: ProjectBuilder::Base, ProjectBuilder::Conf, ProjectBuilder::Distribution, IO::Interface::Simple, Net::IPv4Addr (Bruno Cornec) 34 - Try to fix a udev issue on latest Ubuntu where /run/udev is needed at boot time by creating it (Bruno Cornec) 35 - 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) 36 - Add creation of device /dev/kmsg through udev-links.conf (Bruno Cornec) 37 - mindi now uses mr-net-get-config to build the network conf (Bruno Cornec) 38 - mindi now uses mr-kernel-get-modules for automatic dependency analysis (Bruno Cornec) 39 - Fix #718 by adding support for USB keyboard for HP ML Server with xhci-hcd now in USB_MODS (Bruno Cornec) 40 - Fix #724 by adding support for USB keyboard with ehci_pci now in USB_MODS (Bruno Cornec) 41 - Fix #713 typo in a start-netfs command preventing correct route to be setup (Victor Gattegno) 42 - Fix #727 by fixing serial mode support for machines like Sun 40z (Bruno Cornec) 43 8 44 2.1.7 (2013-09-13) 9 45 - Fix 2 bugs in kernel version detection (> 3.9) by simplifying the RE used (Bruno Cornec/many contributors)
Note:
See TracChangeset
for help on using the changeset viewer.