source: MondoRescue/branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3676   8 years Bruno Cornec minor printing improvement for ansible
(edit) @3675   8 years Bruno Cornec last fixes for logrotate and docker scripts
(edit) @3674   8 years Bruno Cornec use started keyword
(edit) @3673   8 years Bruno Cornec mondorescue.org now uses mga6
(edit) @3672   8 years Bruno Cornec Manages mageia-docker upper script and cleanup
(edit) @3671   8 years Bruno Cornec Adds management of log rotation for mondorescue sites
(edit) @3670   8 years Bruno Cornec - Adds backup support - Fix deps for apt repo
(edit) @3669   8 years Bruno Cornec Adds a new mail alias
(edit) @3668   8 years Bruno Cornec Add forgotten playbooks
(edit) @3667   8 years Bruno Cornec Many updates to MR setup
(edit) @3666   8 years Bruno Cornec Multiple mr-parted2fidsk fixes for parted usage - support the boot …
(edit) @3665   8 years Bruno Cornec Fix a bug when burning directly media to take back boot params (the …
(edit) @3664   8 years Bruno Cornec Attempts to fix mr-parted2fdisk - usage of -m option of parted where …
(edit) @3663   8 years Bruno Cornec Better handling of -s option for parted2fdisk
(edit) @3662   8 years Bruno Cornec Remove useless code from CopyFromConf
(edit) @3661   8 years Bruno Cornec Adds preliminary DRBD support
(edit) @3660   8 years Bruno Cornec Mutualize code in CopyFromConf to reuse
(edit) @3658   8 years Bruno Cornec Improve nfs version support by allowing usage of nfs4 e.g. as a …
(edit) @3657   8 years Bruno Cornec Adds system role and fix many other ones
(edit) @3656   8 years Bruno Cornec More services up and runnig for the MondoRescue server
(edit) @3655   8 years Bruno Cornec New MondoRescue site managed with ansible now
(edit) @3654   8 years Bruno Cornec Fix an eror when restoring live, bkpinfo->media_device is left empty …
(edit) @3653   8 years Bruno Cornec Stop using the word PC and use machines instead
(edit) @3652   8 years Bruno Cornec Fix version boudaries for bootloader analysis - replace usage of -gt …
(edit) @3651   8 years Bruno Cornec Minor format improvement
(edit) @3650   8 years Bruno Cornec - Fix versions given back for mr-* tools - Log pb and mr versions in …
(edit) @3649   8 years Bruno Cornec - Support is planned for RHEL8/UEFI & Debian9/UEFI
(edit) @3648   8 years Bruno Cornec - Adds mr-mksio script to generate the correct command to build an ISO …
(edit) @3647   8 years Bruno Cornec - Fix #805 by forcing the usage of parted when more than 1000 disks …
(edit) @3646   8 years Bruno Cornec Do not exit too early when dealing with an empty file, as the verify …
(edit) @3645   8 years Bruno Cornec Minor improvements in msgs
(edit) @3644   8 years Bruno Cornec - Adds a new perl script (mr-getparam) to get parameters from …
(edit) @3643   8 years Bruno Cornec - Add a log of device.map for grub2 - Remove extra memory allocation …
(edit) @3642   8 years Bruno Cornec Add logging of internal_tape_block_size ("David C. Partridge" …
(edit) @3641   8 years Bruno Cornec - Finalize fix for #644 by removing the last MAX_STR_LEN usage in the …
(edit) @3640   8 years Bruno Cornec fix mondo-doc build for deb based distros where dash is the default …
(edit) @3639   8 years Bruno Cornec Use LVM_SUPPRESS_FD_WARNINGS to avoid lvm error messages
(edit) @3638   8 years Bruno Cornec Exit after first network interface found (do not handle others that …
(edit) @3637   8 years Bruno Cornec Fix a bug on EL7 where a test was badly written
(edit) @3636   8 years Bruno Cornec Becomes verbose on mr_free only if full debug
(edit) @3635   8 years Bruno Cornec Remove the mv of DCOP files and the likes - doesn't work and probably …
(edit) @3634   8 years Bruno Cornec chmod 666 is sufficient after restoring /dev/null
(edit) @3633   8 years Bruno Cornec Small optimisation for string to partition
(edit) @3632   8 years Bruno Cornec Adding some more deps to avoid error messages at restore time (harmless)
(edit) @3631   8 years Bruno Cornec Fix a missing dependency on FileHandle for the autoflush feature …
(edit) @3630   8 years Bruno Cornec Fix some autoconf warnings Fix loop error in mr_msg_init
(edit) @3629   8 years Bruno Cornec Allow passing just -K option to mondoarchive without going non-interactive
(edit) @3628   8 years Bruno Cornec Change mr_msg_init interface definition to include argc and argv, …
(edit) @3627   8 years Bruno Cornec Remove a compilation warning on a cont pointer copied and used which …
(edit) @3626   8 years Bruno Cornec Adds fixes for rhel4 to busybox 1.25
(edit) @3625   8 years Bruno Cornec another try
(edit) @3624   8 years Bruno Cornec Still trying to improve config
(edit) @3623   8 years Bruno Cornec Remove an extra mr_free command which was creating an failed assertion
(edit) @3622   8 years Bruno Cornec Try to find a working version of busybox 1.25 for RHEL 4, 5, 6 and 7 + …
(edit) @3621   8 years Bruno Cornec New 3?3 banch for incorporation of latest busybox 1.25. Changing minor …
(edit) @3620   8 years Bruno Cornec Uses mr_malloc instead of malloc here
(edit) @3619   8 years Bruno Cornec - Fix get_non_rewind_dev as strlen doesn't coundt the final \0 so we …
(edit) @3618   8 years Bruno Cornec - Fix mr_popup_and_get_string which was using a freed string by …
(edit) @3617   8 years Bruno Cornec Fix http support for ftp.mondorescue.org
(edit) @3616   8 years Bruno Cornec Add forgotten test file for strip_spaces
(edit) @3615   8 years Bruno Cornec Fix call_program_and_get_last_line_of_output which was aborting due to …
(edit) @3614   8 years Bruno Cornec mr_strip_spaces now returns a dynamically allocated string
(edit) @3613   8 years Bruno Cornec Add function mr_getcwd and use it to allow use o dynamically allocated …
(edit) @3612   8 years Bruno Cornec Addition of a new mr_getcwd function
(edit) @3611   8 years Bruno Cornec Remove more static allocation
(edit) @3610   8 years Bruno Cornec - Change interfaces for the call_program_and_get_last_line_of_output …
(edit) @3609   8 years Bruno Cornec Adds UEFI support for Fedora in mindi using grub2
(edit) @3608   8 years Bruno Cornec Fix the message for the ISO image generated as the MINDI_CACHE …
(edit) @3607   8 years Bruno Cornec - Improve nfsopt usage documentation - Add support for the ntfs FS at …
(edit) @3606   8 years Bruno Cornec Remove ref to acpi and apm in PXE boot README file
(edit) @3605   8 years Bruno Cornec - Adds support for hid-microsoft based keyboards
(edit) @3604   9 years Bruno Cornec Fix #806 by setuping env var for english before callingcommands and …
(edit) @3603   9 years Bruno Cornec rmdir should be checked by configure
(edit) @3602   9 years Bruno Cornec Adds support for OEL and UEFI
(edit) @3601   9 years Bruno Cornec Fix #804 by adding logging for /boot content
(edit) @3600   9 years Bruno Cornec Use option -T for df for more details in logs where appropriate
(edit) @3599   9 years Bruno Cornec - Fix a syntax issue (fi missing) - Adds similar support for CentOS …
(edit) @3598   9 years Bruno Cornec Try to fix xorriso usage for UEFI support on Debian 8
(edit) @3597   9 years Bruno Cornec Boot loader is the same for CentOS than RHEL.
(edit) @3596   9 years Bruno Cornec -Fix volid warning - Try to improve UEFI support with xorriso (remove …
(edit) @3595   9 years Bruno Cornec Fix #801 by adding support for the new kbd conf file for Debian 8. …
(edit) @3594   9 years Bruno Cornec Fix #800 by initializing boot_type early enough to be used in …
(edit) @3593   9 years Bruno Cornec Fix #745 by killing remaining processes after reboot, in case it …
(edit) @3592   9 years Bruno Cornec Fix a compatibility issue with mr-disk-type not returning only the …
(edit) @3591   9 years Bruno Cornec disable fdisk output buffering in mr-parted2fdisk (William Montgomery)
(edit) @3590   9 years Bruno Cornec EXTRA_SPACE needs to be extended for Ironic
(edit) @3589   9 years Bruno Cornec - In Ironic mode allow the overwrite of default options.
(edit) @3588   9 years Bruno Cornec - Fix issues with grub2 separators in conf files - Add default options …
(edit) @3587   9 years Bruno Cornec By default CDRECOVERY is undefined so for ironic case reverse a test …
(edit) @3586   9 years Bruno Cornec Improve man page accordingly with previour rev
(edit) @3585   9 years Bruno Cornec - Mindi now is able to generate bootable ISO images from existing …
(edit) @3583   9 years Bruno Cornec - Fix a bug (assert error) when mondoarchive tries to mount the NFS FS …
(edit) @3582   9 years Bruno Cornec - Fix a perl warning when no $min defined
(edit) @3581   9 years Bruno Cornec - Fix an message displaying wrong unit for CD size (KB insted of MB)
(edit) @3580   9 years Bruno Cornec mindi needs to be called with bash mindi was using sh, but due to …
(edit) @3579   9 years Bruno Cornec - Adds support for thin LVM provisioning (spezialist_at_email.ua)
(edit) @3577   9 years Bruno Cornec - Fix #787 by cleaning the target dir of its syslinux content
(edit) @3576   9 years Bruno Cornec - Fix a bug for tape usage in interactive mode (wrong printf string) - …
(edit) @3575   9 years Bruno Cornec - Fix an error in the support web page for referring to report list …
(edit) @3574   9 years Bruno Cornec - Use dosfslabel instead of fatlabel more generally available in …
Note: See TracRevisionLog for help on using the revision log.