source: MondoRescue/branches/3.0/mondo/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3060   13 years Bruno Cornec r5035@localhost: bruno | 2012-11-09 03:17:01 +0100 - Fix a …
(edit) @3057   13 years Bruno Cornec - Fix #611 by changing make-me-bootable to first desactivate all …
(edit) @3056   13 years Bruno Cornec - Add option -sparse to all star calls to add support of sparse file …
(edit) @3054   13 years Bruno Cornec - Fix #652 by sending errors messages from fdisk to /dev/null to avoid …
(edit) @3052   13 years Bruno Cornec - Fix #650 as pvdisplay output format changed in SLES 11 (returns a dm …
(edit) @3048   13 years Bruno Cornec - Adds a print before exiting fdisk after disk repartition to check …
(edit) @3047   13 years Bruno Cornec - Fix partially #611 and #412 by calling the new OpenSUSE/SELS …
(edit) @3044   13 years Bruno Cornec - Removed useless vars
(edit) @3043   13 years Bruno Cornec - Add support for missing mkdtemp such as Red Hat 6.2
(edit) @3042   13 years Bruno Cornec - Fix some compilations warnings and 1 error
(edit) @3040   13 years Bruno Cornec - Fix #622: Adds swaplabel support if it exists
(edit) @3037   13 years Bruno Cornec - Fix #623 by adopting Marertin's and Didier's patch in order to sort …
(edit) @3034   13 years Bruno Cornec - Backport a 3.1 patch to use dynamic memory allocation for the …
(edit) @3017   13 years Bruno Cornec - mondo-test now installs in VM the NFS clients tools in advance
(edit) @3015   13 years Bruno Cornec - Adds a test regression suite for MondoRescue in order to hel …
(edit) @3013   13 years Bruno Cornec r4875@localhost: bruno | 2012-05-29 10:03:52 +0200 - Fix #616 by …
(edit) @3008   13 years Bruno Cornec - Fix #618 by adding support for new command tune4fs for labelling …
(edit) @3002   13 years Bruno Cornec r4713@localhost: bruno | 2012-04-24 15:05:26 +0200 - Improve a comment
(edit) @2996   13 years Bruno Cornec - Improve error messages for handling better #611
(edit) @2993   13 years Bruno Cornec - Add debug msg for OBDR mode activation in …
(edit) @2991   13 years Bruno Cornec - Fix #596 for good as well as #473 and #500: now mondorestore will …
(edit) @2990   13 years Bruno Cornec - Improve test environment to debug #473 and #500, in link with #595
(edit) @2989   13 years Bruno Cornec r4626@localhost: bruno | 2012-03-30 16:24:25 +0200 - Handle the md …
(edit) @2988   13 years Bruno Cornec r4625@localhost: bruno | 2012-03-30 10:37:17 +0200 - Fix #595 (MD …
(edit) @2985   13 years Bruno Cornec r4608@localhost: bruno | 2012-03-29 20:28:19 +0200 - Manages grub …
(edit) @2984   13 years Bruno Cornec r4607@localhost: bruno | 2012-03-29 16:54:35 +0200 - Improves …
(edit) @2982   13 years Bruno Cornec r4605@localhost: bruno | 2012-03-29 15:44:39 +0200 - change …
(edit) @2980   13 years Bruno Cornec r4603@localhost: bruno | 2012-03-29 15:40:58 +0200 - Rewrite …
(edit) @2975   13 years Bruno Cornec r4580@localhost: bruno | 2012-03-21 10:13:46 +0100 - Remove a …
(edit) @2973   13 years Bruno Cornec - Fix #599 on NFS user mount error (Victor Gattegno)
(edit) @2972   13 years Bruno Cornec - Uses mr_strcat again instead of multiple mr_asprintf - Generats the …
(edit) @2971   13 years Bruno Cornec - Stores the UUID of MD devices into the generated raidtab, in order …
(edit) @2970   13 years Bruno Cornec - Fixes some valgrind warnings
(edit) @2956   13 years Bruno Cornec - A last grub2 improvement
(edit) @2950   13 years Bruno Cornec - Fix #580 by checking a modification on the mountlist and then asking …
(edit) @2949   13 years Bruno Cornec - Fix #127 by removing code which was forcing media size in NFS mode …
(edit) @2946   13 years Bruno Cornec - Fix #584 by using memmove to allow strings to overlap (tottenwd)
(edit) @2944   13 years Bruno Cornec - Adds grub2 support (Michael Caerwyn mcaerwyn_at_gmail.com)
(edit) @2943   13 years Bruno Cornec - Adds brtfs support (Michael Caerwyn mcaerwyn_at_gmail.com)
(edit) @2941   13 years Bruno Cornec - Improve fixes for #578 based on Victor Gattegno's feedback
(edit) @2936   13 years Bruno Cornec - Improve again scanbus regexp analysis (using -E optin for grep)
(edit) @2934   13 years Bruno Cornec - Fix #579 by checking with pipes on both sides of the string
(edit) @2933   13 years Bruno Cornec - Fix #578 by improving the regexp used for CD/DVD detection with …
(edit) @2932   13 years Bruno Cornec - Fix #577 by having factor back as a float (not a long ! it's a …
(edit) @2931   13 years Bruno Cornec - Really never inject or eject when the -e option is passed or device …
(edit) @2928   14 years Bruno Cornec - Fix #500 and #473 by adding support of old metadata format for mdadm …
(edit) @2926   14 years Bruno Cornec -mondoarchive now exists if the mt command is missing when needed
(edit) @2921   14 years Bruno Cornec - Remove all mention of mondorescue.com from code
(edit) @2920   14 years Bruno Cornec - Fix grub installation if we had to go in the hack part which wasn't …
(edit) @2918   14 years Bruno Cornec - Exclude /run similarly to /sys and /proc
(edit) @2912   14 years Bruno Cornec - Fix a memory free bug where a used variable was misused in asprintf/free
(edit) @2911   14 years Bruno Cornec - Fix a memory free bug where a used variable was freed to early
(edit) @2910   14 years Bruno Cornec Fix a syntax issue in newt-specific.c
(edit) @2907   14 years Bruno Cornec - Should fix #512 by clearing old scratchdir before changing to a new
(edit) @2904   14 years Bruno Cornec - Fix #511 now stabgrub is called also after conf file modifications
(edit) @2903   14 years Bruno Cornec - Removes useless gendf option
(edit) @2901   14 years victor gattegno Modified by Victor Gattegno - 20111108 To solve …
(edit) @2900   14 years Bruno Cornec r4382@localhost: bruno | 2011-10-29 00:44:58 +0200 - Fix a bug where …
(copy) @2899   14 years Bruno Cornec - Version 2.2.9 is now 3.0.x
copied from branches/2.2.9/mondo/src
(edit) @2887   14 years Bruno Cornec - Adds support for hwaddr (MAC addresses) at restore time, and map to …
Note: See TracRevisionLog for help on using the revision log.