Changeset 2056 in ProjectBuilder
- Timestamp:
- Mar 24, 2016, 11:50:33 PM (9 years ago)
- Location:
- projects/mondorescue/pbconf/branches/3.2
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
projects/mondorescue/pbconf/branches/3.2/MondoRescue/pbcl
r2002 r2056 3 3 MONDORESCUE CHANGES 4 4 5 3.2. 2 (2015-09-30)5 3.2.3 (2016-03-24) 6 6 - TBD 7 8 3.2.2 (2016-03-24) 9 - Fix #785 by returning conf values when NFS server not on the same LAN as the client (Bruno Cornec) 10 - Fix #778 by adding a mr-label tool to manage fat FS labelling and identification with uuid (Bruno Cornec) 7 11 8 12 3.2.1 (2015-08-29) -
projects/mondorescue/pbconf/branches/3.2/mindi/pbcl
r2002 r2056 3 3 MINDI CHANGES 4 4 5 3.0. 2 (2015-09-30)5 3.0.3 (2016-09-24) 6 6 - TBD 7 8 3.0.2 (2016-03-24) 9 - 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) 10 - For grub 0.9 the conf file for UEFI mode needs to be called bootx64.conf (tested on RHEL6) (Bruno Cornec) 11 - For grub 2.x the conf file for UEFI mode needs to be called grub.cfg (tested on RHEL7) (Bruno Cornec) 12 - Adds xorriso support in mindi for distributions such as Debian 8 using it for UEFI (Bruno Cornec) 13 - Fix #779 by adding the hid-generic module (Bruno Cornec) 14 - Fix #778 by using fatlabel/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) 15 - Adds a mr-label perl script to relabel/uuid fvat FS (Bruno Cornec) 16 - Adds support for Smart Array B140i with hpdsa, mpt3sas driver (Dell T110 II), additional virtio drivers and vmw_pvscsi for VMware (Bruno Cornec) 17 - Adds supoprt for kernel later than 3.x up to 9.x (Bruno Cornec) 18 - Improve on screen and in log file messages by standardizing output to have coherent msgs with INFO tags (Bruno Cornec) 19 - Create new MakeISO and MakeISOErrors functions to share that code (Bruno Cornec) 20 - Rename the mindi image mindi.iso (was mondorescue.iso which was confusing) (Bruno Cornec) 21 - Rename TurnTgzIntoRdz into MakeBootInitFile (Bruno Cornec) 22 - Remove usages of old_pwd and cd in functions. change of directory s now done in a subshell (Bruno Cornec) 23 - Remove function ListImagesForUser (Bruno Cornec) 24 - Share more params in ISO_OPT between usages (Bruno Cornec) 25 - size_of_all_tool is now computed in PrepareDataDiskImages to be used by further functions which removes the need of BOOT_SIZE (Bruno Cornec) 26 - Forging a /tmp/mondorestore.cfg file at restore time if using mindi standalone in order to avoid error messages from grep. (Bruno Cornec) 27 - Fix a bug related to list analysis with echo where the variable needs to be transformed into list before processing (Bruno Cornec) 28 - 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) 29 - Suppress as well PrepareBootDiskImage as content is now supported in the shared MakeBootableDevice (Bruno Cornec) 30 - 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) 31 - Adds support for nls_cp437 module (report from a chinese user) 32 - Use syslinux dir systematically for boot env whatever the boot loader of this family as it works for all. (Bruno Cornec) 33 - Improve speed for deps computation by global sorting (Bruno Cornec) 34 - Fix a bug with Debian 8 where we need to use /lib/systemd instead of /usr/lib/systemd (Bruno Cornec) 35 - Fix lvmetad usage on latest Debian (Hugo Vanwoerkom) 36 - Adds a function FindLdlinuxe64Binary to find ldlinux.e64 (Bruno Cornec) 37 - Adds a function FindSyslinux64EFI to find syslinux.efi (Bruno Cornec) 38 - FindLdlinux32Binary only called in BIOS mode (Bruno Cornec) 39 - Fix mindi-get-perl-modules to follow symlinks in perl installation and now working on Debian 8 as well as Mageia 5 (Bruno Cornec) 7 40 8 41 3.0.1 (2015-08-29) -
projects/mondorescue/pbconf/branches/3.2/mondo-doc/pbcl
r2002 r2056 3 3 MONDO-DOC CHANGES 4 4 5 3.2. 2 (2015-09-30)5 3.2.3 (2016-09-24) 6 6 - TBD 7 8 3.2.2 (2016-03-24) 9 - Documentation the renaming of the mondo sciprt (now mr-mount-me, mr-unmout-me) (Bruno Cornec) 10 - Documentation the renaming of the mindi ISO image (now mindi.iso) (Bruno Cornec) 11 - Remove incorrect Q&A on LVM not supported in nuke mode, which is wrong (Bruno Cornec) 7 12 8 13 3.2.1 (2015-08-29) -
projects/mondorescue/pbconf/branches/3.2/mondo/pbcl
r2002 r2056 3 3 MONDO CHANGES 4 4 5 3.2. 2 (2015-09-30)5 3.2.3 (2016-09-24) 6 6 - TBD 7 8 3.2.2 (2016-03-24) 9 - Fix #784 by not comparing result of mkstmp to NULL (Bruno Cornec) 10 - Fix #778 by using fatlabel/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) 11 - Fix #777 Full UEFI support with correct generation of ISO images for mondoarchive (Bruno Cornec) 12 - Fix #776 by using -efi-boot option of genisoimage for UEFI systems. (Bruno Cornec) 13 - Fix #766 by duplicating systematically strings for netfs_user instead of optimizing by reusing content (Bruno Cornec) 14 - Rename all mondorestore scripts with a mr- prefix for homogeneity and put them under /usr/bin on the media (Bruno Cornec) 15 - Rename the mindi image mindi.iso (was mondorescue.iso which was confusing) (Bruno Cornec) 16 - Fix wiping of the scratch area by calling rm on files instead of find which has issues in this context and erasing star files as well (Bruno Cornec) 17 - Adds xorriso support in mondoarchive for distributions such as Debian 8 using it for UEFIvoids core dump when exiting early (Bruno Cornec) 18 - Avoids crash and core dump for mondoarchive when exiting early and on an allocation error when there is a syntax error (Bruno Cornec) 19 - Adds a mr_sys module for the new mr_system function and a unit test, and use it where appropriate (Bruno Cornec) 20 - Replace usage of mktemp by mkstemp instead (Bruno Cornec) 21 - Remove usage of a local use_star variable and use the one in bkpinfo instead (Bruno Cornec) 22 - Suppress function archive_this_fileset_with_star and handle the star case in the std archive_this_fileset function to benefit from std features. Should help solving the issue reported on scratchdir not emptied in star case. Removes also duplicated code. (Bruno Cornec) 7 23 8 24 3.2.1 (2015-08-29)
Note:
See TracChangeset
for help on using the changeset viewer.