source: MondoRescue/branches/3.2/mondo/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3510   9 years Bruno Cornec - Add include of mr_msg.h to avoid compiler warnings
(edit) @3509   9 years Bruno Cornec - Change mr_msg_int interface by adding the FUNCTION macro - Use …
(edit) @3508   9 years Bruno Cornec - Avoids core dump when exiting early
(edit) @3507   9 years Bruno Cornec - Use a mr_system where appropriate - Fix mkstemp which is creating a …
(edit) @3506   9 years Bruno Cornec - wipe_archives now also removes star temporary files and not only …
(edit) @3505   9 years Bruno Cornec - Should fix errors when used with xorriso and UEFI (option efi-boot …
(edit) @3504   9 years Bruno Cornec - Fix a compilation error (I know should have a hook !) - Remove usage …
(edit) @3503   9 years Bruno Cornec Log when creating temp or scratch directories
(edit) @3502   9 years Bruno Cornec - Adds support for xorriso for UEFI distributions using it such as Debian 8
(edit) @3500   9 years Bruno Cornec - Use mr_system to create temp and scratch dir if they do not exist
(edit) @3499   9 years Bruno Cornec - Creates TMPDIR if it doesn't exist for mindi and analyze-my-lvm - …
(edit) @3498   9 years Bruno Cornec - Adds a mr_sys module for the mr_system function and a unit test
(edit) @3497   9 years Bruno Cornec - Suppress a complier warning for an unused var
(edit) @3494   9 years Bruno Cornec Update mondo to point to the isolinux subdir now created for ISO …
(edit) @3492   9 years Bruno Cornec - Fix another usage of -e for genisoimage replaced with -efi-boot
(edit) @3488   9 years Bruno Cornec - mr-label now works for setupping UUIDs and is called in mondorestore …
(edit) @3478   10 years Bruno Cornec decrease log level back
(edit) @3477   10 years Bruno Cornec put setup_newt_stuff back at its place (after defining g_text_mode) to …
(edit) @3472   10 years Bruno Cornec - Fix #778: Use fatlabel to recreate labelled FAT or VFAT FS when that …
(edit) @3469   10 years Bruno Cornec Remove usage of a local use_star variable and use the one in bkpinfo …
(edit) @3468   10 years Bruno Cornec - Avoids mondoarchive to crash on an allocation error when there is a …
(edit) @3467   10 years Bruno Cornec - Try to improve report messages when launching mindi
(edit) @3466   10 years Bruno Cornec ( Remove temporary log file for mindi before needing it (constant file …
(edit) @3465   10 years Bruno Cornec -Improve memory management of netfs_user by duplicating systematically …
(edit) @3464   10 years Bruno Cornec - suppress function archive_this_fileset_with_star and handle the star …
(edit) @3460   10 years Bruno Cornec - Fix #776 by only using -e option of genisoimage when UEFI systems …
(edit) @3453   10 years Bruno Cornec - Avoids msgs from mr-device-mounted in MondoRescue
(edit) @3450   10 years Bruno Cornec - One should always test locally before prtending eveything will just …
(edit) @3449   10 years Bruno Cornec - Fix a last typo just introduced
(edit) @3448   10 years Bruno Cornec - Fix a typo in mondo-prep - is_this_device_mounted now call …
(edit) @3439   10 years Bruno Cornec - Prints the result of mount at the end of the umount of all FS to see …
(edit) @3438   10 years Bruno Cornec - Adds option -f to mkswap to force creation in all cases (also done …
(edit) @3437   10 years Bruno Cornec - Small improvement on label-partitions-as-necessary to avoid too much …
(edit) @3436   10 years Bruno Cornec - Use now mkfs.vfat directly for formating VFAT type of partitions and …
(edit) @3435   10 years Bruno Cornec - Fix calling format-and-kludge-vfat with only one param now
(edit) @3434   10 years Bruno Cornec - Errors in partioning are not necessarily fatal so relax the error msg
(edit) @3432   10 years Bruno Cornec - Change analyze-my-lvm in order to generate percentage of Extents of …
(edit) @3431   10 years Bruno Cornec Remove useless code (ia64 ifdef)
(edit) @3430   10 years Bruno Cornec - use the keyword TODO (yellow in vim) to indicate code to review …
(edit) @3429   10 years Bruno Cornec ( Only use MBR when dealing with a BIOS type of boot env
(edit) @3428   10 years Bruno Cornec Also copy EFI|boot dir to the ISO directly
(edit) @3423   10 years Bruno Cornec - Fix the UEFI detection of gub
(edit) @3422   10 years Bruno Cornec - Add UEFI support in which_boot_loader (for now always return grub …
(edit) @3413   10 years Bruno Cornec Fix remaining compilation warnings
(edit) @3411   10 years Bruno Cornec Fix all autoconf/automake warnings
(edit) @3410   10 years Bruno Cornec Fix an error in the UEFI image path
(edit) @3409   10 years Bruno Cornec Systematically creates a UEFI compatible boot media
(edit) @3406   10 years Bruno Cornec Homogeneize bootroot image name In bth mindi and mondo use …
(edit) @3404   10 years Bruno Cornec Attempt to fix percentage analysis for mindi Use now MINDI_RUNFILE to …
(edit) @3401   10 years Bruno Cornec Avoids log file overwrite
(edit) @3400   10 years Bruno Cornec Fix another interface issue between mindi and mondo
(edit) @3399   10 years Bruno Cornec Fix mindi/mondoarchive interface
(edit) @3398   10 years Bruno Cornec Adds UEFI boot support to mindi Refactor into PrepareBootDiskImage
(edit) @3397   10 years Bruno Cornec Adds a boot-type config option It's filled by mondoarchive, passed to …
(edit) @3395   10 years Bruno Cornec minor modification where we now directly return EFI for ia64
(edit) @3394   10 years Bruno Cornec Improve message in case of detection of a UEFI partition
(edit) @3383   10 years Bruno Cornec - Fix mindi-get-perl-modules to get all modules in dependency as well …
(edit) @3381   10 years Bruno Cornec - Exclude /selinux from analysis
(edit) @3380   10 years Bruno Cornec - Do not use a \n with log_msg (ease debug with 99)
(edit) @3379   10 years Bruno Cornec - Fix GRUB detection issu on UEFI based systems - Initialize Boot type …
(edit) @3378   10 years Bruno Cornec - Deal with grub used with UEFI
(edit) @3377   10 years Bruno Cornec - Rename mr_parted2fdisk to mr-parted2fdisk for consistency with all …
(edit) @3376   10 years Bruno Cornec - Try to solve a valgrind reported issue
(edit) @3375   10 years Bruno Cornec - Create a new mr_boot_type function and boot_type mondo struct entry …
(edit) @3374   10 years Bruno Cornec - Fix compilation warnings and errors
(edit) @3373   10 years Bruno Cornec Change the bkpinfo->boot_device from statically allocated to …
(edit) @3371   10 years Bruno Cornec - Rename mindi/parted2fdisk.pl into mindi/mr_parted2fdisk and make all …
(edit) @3353   10 years Bruno Cornec - Fix #748 by solving interface issues between mondoarchive and mindi …
(edit) @3352   10 years Bruno Cornec - Remove a usage of a full path for parted2fdisk. Using path allows …
(edit) @3351   10 years Bruno Cornec - Fix #768 by canceling changes done in the loop computing number of …
(edit) @3350   10 years Bruno Cornec - Fix #769 by asking in newt mode whether the kernel found by mindi is …
(edit) @3349   10 years Bruno Cornec - Adds more logging to call_program_and_get_last_line_of_output
(edit) @3348   10 years Bruno Cornec - Fix a bug in is_this_a_valid_disk_format where a string was freed up …
(edit) @3347   10 years Bruno Cornec - Fix #767 (typo in KEYDIR name proposed) (joel.girot_at_gvr.fr) - Do …
(edit) @3342   10 years Bruno Cornec - Fix a bug with -I usage where mondoarchive was core dumping …
(edit) @3341   10 years Bruno Cornec - Go into the scratch dir in order to move to the USB device the file …
(edit) @3340   10 years Bruno Cornec - Avoid using size_of_all_biggiefiles() at each use, but creates an …
(edit) @3337   10 years Bruno Cornec - Fix some memory allocation which were not freed correctly (valgrind …
(edit) @3334   10 years Bruno Cornec - Fix #764 by checking the value of bkpinfo->include_paths before …
(edit) @3333   10 years Bruno Cornec - Fix a mondoarchive crash with option -v (Do not use finish before …
(edit) @3330   10 years Bruno Cornec - mindi now generates UUIDs in mountlist.txt if no LABEL nor UUID …
(edit) @3328   10 years Bruno Cornec - Adds support for XFS labelling
(edit) @3318   10 years Bruno Cornec - Redirect the stderr of parted2fdisk into /dev/null to avoid error …
(edit) @3309   11 years Bruno Cornec - Revert previous mr_strip_space supression
(edit) @3308   11 years Bruno Cornec - Do not remove spaces in analyze of good format as that create a …
(edit) @3301   11 years Bruno Cornec - Fix a usage of mountlist.txt still with MINDI_CACHE, incorrect for now.
(edit) @3300   11 years Bruno Cornec - Change function which_format_command_do_i_need to allocate string …
(edit) @3299   11 years Bruno Cornec - Removes 2 useless Thank you in GUI
(edit) @3297   11 years Bruno Cornec - stabgrub-me now supports also grub2 - Fix an error using …
(edit) @3296   11 years Bruno Cornec Fix #747 by returning early enough to avoid using a bad value for file …
(edit) @3294   11 years Bruno Cornec - Fix a compilation issue in libmondo-archive.c on mindi call with …
(edit) @3293   11 years Bruno Cornec - Fix mount call in rcS to use devtmpfs instead of tmpfs for /dev and …
(edit) @3292   11 years Bruno Cornec - Remove from mindi 2 functions replaced by perl code (ReadAllLink by …
(edit) @3291   11 years Bruno Cornec - good_format string is now dynamically allocated
(edit) @3290   11 years Bruno Cornec - Compilation fix
(edit) @3289   11 years Bruno Cornec - change function number_of_disks_as_string into one returning a …
(edit) @3288   11 years Bruno Cornec - Improve again memory management: remove some strcat calls change …
(edit) @3287   11 years Bruno Cornec - mondo-prep is now better wrt memory management (fgets part not done …
(edit) @3286   11 years Bruno Cornec - Improve mondo-prep using mr_asprintf more (was behind other C …
(edit) @3281   11 years Bruno Cornec - /usr/sbin/dmeventd is now needed by systemd for dm dev creation …
Note: See TracRevisionLog for help on using the revision log.