|
|
@3210
|
11 years |
Bruno Cornec |
- Avoid to execute an empty pre variable as a pre script
|
|
|
@3209
|
11 years |
Bruno Cornec |
- Add support for drivers needed by others (stp, pch, garp)
|
|
|
@3208
|
11 years |
Bruno Cornec |
- Fix typos preventnig compilation !
- revert mr_getline modifications …
|
|
|
@3207
|
11 years |
Bruno Cornec |
- Add LZMA compression possibility through the GUI
|
|
|
@3206
|
11 years |
victor gattegno |
Ticket #734 fix
(Victor Gattegno)
|
|
|
@3205
|
11 years |
Bruno Cornec |
- Fix mondoarchive which now works in text mode. GUI mode still not
…
|
|
|
@3204
|
11 years |
Bruno Cornec |
- Fix mindi support for /bin,/sbin,/lib symlinks to /usr. Works on
…
|
|
|
@3203
|
11 years |
Bruno Cornec |
- Test /tmp/mountlist.txt existence before using it in mindi, as mindi …
|
|
|
@3202
|
11 years |
Bruno Cornec |
- Document the new LZMA support for mondoarchive in man page
|
|
|
@3201
|
11 years |
Bruno Cornec |
- Last update for travel
|
|
|
@3200
|
11 years |
Bruno Cornec |
- Fix serial console detection where using -f is not working. Use -e …
|
|
|
@3199
|
11 years |
Bruno Cornec |
- Fix #724 by adding ehci-pci support in ISB_MODS
|
|
|
@3198
|
11 years |
Bruno Cornec |
- Fix #718 by adding xhci-hcd support to mindi
|
|
|
@3197
|
11 years |
Bruno Cornec |
- Fix a last compile error on mondoarchive (now runs till the end)
- …
|
|
|
@3196
|
11 years |
Bruno Cornec |
- Fix ISO mode when netfs_remote_dir is NULL (wasn't differentiated …
|
|
|
@3195
|
11 years |
Bruno Cornec |
- Fix tmpdir initialization as mkdtemp modify the existing string so …
|
|
|
@3194
|
11 years |
Bruno Cornec |
- Fix all compilation/link error due to the previous giant merge with …
|
|
|
@3193
|
11 years |
Bruno Cornec |
- Finish with backports from 3.1 for now. Still some work to do, but …
|
|
|
@3192
|
11 years |
Bruno Cornec |
- revert r3188 & r3189 as I started to work on branch 3.0 before …
|
|
|
@3191
|
11 years |
Bruno Cornec |
- Lots of memory management backports from 3.1 to 3.2 - still not …
|
|
|
@3190
|
11 years |
Bruno Cornec |
- Modification to 3.1 branch to make it extremely similar to 3.0. What …
|
|
|
@3189
|
11 years |
Bruno Cornec |
- Again some more backports from 3.1 for memory management
|
|
|
@3188
|
11 years |
Bruno Cornec |
- Backport tons of dynamic memory management rewrite from 3.1 branch. …
|
|
|
@3187
|
11 years |
Bruno Cornec |
- Fix keyboard support on Fedora 19 (no conf file found so used the …
|
|
|
@3186
|
11 years |
Bruno Cornec |
- Branch version 3.2 from 3.0 to integrate memory allocation patches …
|
|
|
@3185
|
11 years |
Bruno Cornec |
Simplify the interface of mr_getline and mr_asprintf. With 3.1 …
|
|
|
@3184
|
12 years |
Bruno Cornec |
- Fix a but in kernel version detection by sumplifying the RE used …
|
|
|
@3183
|
12 years |
Bruno Cornec |
- Remove files brought by a ot tool I'm not using very well yet
|
|
|
@3182
|
12 years |
Bruno Cornec |
Fix kernel version 3 support in a mindi test
|
|
|
@3181
|
12 years |
Bruno Cornec |
- Improve mindi logging when a new kernel mechanism for initramfs is found
|
|
|
@3180
|
12 years |
Bruno Cornec |
- Fix a core dumped bug when a big file doesn't exist during …
|
|
|
@3179
|
12 years |
Bruno Cornec |
- Solve issues at restore time with loading of raid and igb modules by …
|
|
|
@3178
|
12 years |
Bruno Cornec |
Fix #713 by correcting typo (Victor Gattegno)
|
|
|
@3177
|
12 years |
Bruno Cornec |
- Tad MondoRescue 3.0.4 correctly
|
|
|
@3176
|
12 years |
Bruno Cornec |
Creation of …
|
|
|
@3175
|
12 years |
Bruno Cornec |
-Fix documentation on usb call
|
|
|
@3174
|
12 years |
Bruno Cornec |
- Increase wait time for VM in test
|
|
|
@3173
|
12 years |
Bruno Cornec |
- Use 2 README files as embedded doc for restore boot, with function …
|
|
|
@3172
|
12 years |
Bruno Cornec |
- First modifications to add support for systemd-udev
|
|
|
@3171
|
12 years |
Bruno Cornec |
- Fix #673 by improving single quote management in mr_stresc, and …
|
|
|
@3170
|
12 years |
Bruno Cornec |
- Extend tests on mr_stresc in order to solve #673
|
|
|
@3169
|
12 years |
Bruno Cornec |
- Fix #690 by adding support for tape block size question in the GUI
|
|
|
@3168
|
12 years |
Bruno Cornec |
- Fix #697 by adding the iproute parameter at boot time to support …
|
|
|
@3167
|
12 years |
Bruno Cornec |
- Adds mention of Fedora 19 for downloads (TBD)
|
|
|
@3166
|
12 years |
Bruno Cornec |
- Fix mindi for Mageia 3 with no /bin and /lib under / but relocated …
|
|
|
@3165
|
12 years |
Bruno Cornec |
- Fix test condition for creation temp/scratch dir in order to avoid …
|
|
|
@3164
|
12 years |
Bruno Cornec |
- Example of DENY_MODS added to mindi conf file
|
|
|
@3163
|
12 years |
Bruno Cornec |
- Also copy the multipath dynamic libraries in order to have a working …
|
|
|
@3162
|
12 years |
Bruno Cornec |
- Fix old_pwd usage by initializing it systematically , in order to …
|
|
|
@3161
|
12 years |
Bruno Cornec |
- Apply fixes to 3.1 tree so that at least mondo compiles again (but …
|
|
|
@3160
|
12 years |
Bruno Cornec |
- Review again for #699 libnss dyn.lib. list to only include what is …
|
|
|
@3159
|
12 years |
Bruno Cornec |
- Update the download page to the latest versions available.
|
|
|
@3158
|
12 years |
Bruno Cornec |
- First attempt at fixing #628 by avoiding to erase choices done for …
|
|
|
@3157
|
12 years |
Bruno Cornec |
- Inidicate the other new tools than mkinitrd to hel prebuilding the …
|
|
|
@3156
|
12 years |
Bruno Cornec |
- Force /bin/kmod for Debian 7, even if not mandatory anymore with the …
|
|
|
@3155
|
12 years |
Bruno Cornec |
- Update man pages wrt to the new environment variables used for temp …
|
|
|
@3154
|
12 years |
Bruno Cornec |
- Remove the introduction of LogProgress in ListKernelModulePaths …
|
|
|
@3153
|
12 years |
Bruno Cornec |
- Should fix the issue with error in comparison of values for devtype …
|
|
|
@3152
|
12 years |
Bruno Cornec |
- Fix #696 for VGs not having a '-' in thei name (multipath aliases …
|
|
|
@3151
|
12 years |
Bruno Cornec |
- Fix #699 by improving NFS and SSHFS support for Debian 7 and Ubuntu …
|
|
|
@3150
|
12 years |
Bruno Cornec |
- Fix #706 by removing usage of MAX_NOOF_MEDIA and an array for …
|
|
|
@3149
|
12 years |
Bruno Cornec |
- Minimize diffs between mindi 3.0 and mindi 3.1
|
|
|
@3148
|
12 years |
Bruno Cornec |
2nd phase for svn merge -r 2935:3146 ../3.0
|
|
|
@3147
|
12 years |
Bruno Cornec |
- First pass on svn merge -r 2935:3146 ../3.0
|
|
|
@3146
|
12 years |
Bruno Cornec |
r5363@localhost: bruno | 2013-06-14 18:21:28 +0200
- Adds fdisk -l …
|
|
|
@3145
|
12 years |
Bruno Cornec |
r5361@localhost: bruno | 2013-06-14 12:18:21 +0200
- Remove the …
|
|
|
@3144
|
12 years |
Bruno Cornec |
r5359@localhost: bruno | 2013-06-14 01:39:14 +0200
- Move again test …
|
|
|
@3143
|
12 years |
Bruno Cornec |
r5349@localhost: bruno | 2013-06-14 01:23:53 +0200
- Adds pod …
|
|
|
@3142
|
12 years |
Bruno Cornec |
r5348@localhost: bruno | 2013-06-14 01:18:57 +0200
- Updates GPLv2 …
|
|
|
@3141
|
12 years |
Bruno Cornec |
r5345@localhost: bruno | 2013-06-13 12:46:54 +0200
- Solving #702 by …
|
|
|
@3140
|
12 years |
Bruno Cornec |
- Remove a specific build option for a docbook2pdf bug
|
|
|
@3139
|
12 years |
Bruno Cornec |
r5341@localhost: bruno | 2013-06-13 03:02:29 +0200
- The -M option …
|
|
|
@3138
|
12 years |
Bruno Cornec |
r5337@localhost: bruno | 2013-06-13 01:56:06 +0200
- Attempt to …
|
|
|
@3137
|
12 years |
Bruno Cornec |
r5336@localhost: bruno | 2013-06-12 15:37:29 +0200
- Change the …
|
|
|
@3136
|
12 years |
Bruno Cornec |
r5335@localhost: bruno | 2013-06-08 15:47:26 +0200
- Update the ia64 …
|
|
|
@3135
|
12 years |
Bruno Cornec |
r5333@localhost: bruno | 2013-06-05 18:23:12 +0200
- rev is …
|
|
|
@3134
|
12 years |
Bruno Cornec |
- Fix typos in README.bootparam
|
|
|
@3133
|
12 years |
Bruno Cornec |
- Add an example to use a fixed IP configuration at boot time through …
|
|
|
@3132
|
12 years |
Bruno Cornec |
- Precise the usage conditions of the exclude option (differences …
|
|
|
@3131
|
12 years |
Bruno Cornec |
- Move test programs outside of /sbin as they should remain provate …
|
|
|
@3130
|
12 years |
Bruno Cornec |
- Replace mondo_icon.png by mondo_icon.xpm (used in debian packages menu)
|
|
|
@3129
|
12 years |
Bruno Cornec |
- Fix mr_getline usage in this branch (needs a pointer on the char *)
|
|
|
@3128
|
12 years |
Bruno Cornec |
- Also adapt mr_mem.h content to the new mr_getline definition
|
|
|
@3127
|
12 years |
Bruno Cornec |
- Backport mr_getline from branch 3.1
|
|
|
@3126
|
12 years |
Bruno Cornec |
- Reverst previous modification as the function supports only 1 param
|
|
|
@3125
|
12 years |
Bruno Cornec |
The --readalllinks option now takes multiple parameters
|
|
|
@3124
|
12 years |
Bruno Cornec |
- Pe more precise in messages displayed at restore time when a …
|
|
|
@3123
|
12 years |
victor gattegno |
Ticket #686 - Added grub.conf, grub.cfg and modified device.map.lst to …
|
|
|
@3122
|
12 years |
Bruno Cornec |
- Also exclude /tmp from the kernel search path list
|
|
|
@3121
|
12 years |
Bruno Cornec |
- Fix #679 again and also #685 by reducing the list of possible …
|
|
|
@3120
|
12 years |
Bruno Cornec |
- chop_filelist doesn't truncate files in the file list anymore. Fix a …
|
|
|
@3119
|
12 years |
Bruno Cornec |
r5281@localhost: bruno | 2013-05-08 11:56:49 +0200
- Fix support for …
|
|
|
@3118
|
12 years |
Bruno Cornec |
r5280@localhost: bruno | 2013-05-07 23:44:13 +0200
- mindi now …
|
|
|
@3117
|
12 years |
Bruno Cornec |
r5279@localhost: bruno | 2013-05-07 14:03:39 +0200
- Integrates the …
|
|
|
@3116
|
12 years |
Bruno Cornec |
r5277@localhost: bruno | 2013-05-07 01:22:17 +0200
- Fix a compiler …
|
|
|
@3115
|
12 years |
Bruno Cornec |
r5274@localhost: bruno | 2013-05-06 18:43:25 +0200
- Removes a dd in …
|
|
|
@3114
|
12 years |
Bruno Cornec |
r5273@localhost: bruno | 2013-05-06 17:19:05 +0200
- Precising …
|
|
|
@3113
|
12 years |
Bruno Cornec |
|
|
|
@3112
|
12 years |
Bruno Cornec |
|
|
|
@3111
|
12 years |
Bruno Cornec |
- revert patch 3106-2107 from SVK which had removed good code and fixes !!
|
|
|