1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
|
2005-06-09 13:43 Thierry Vignaud <tvignaud at mandriva.com>
* Makefile: (changelog) only track HEAD changes
2005-06-09 13:07 Thierry Vignaud <tvignaud at mandriva.com>
* make_live: - sync with DrakX's API - add a few comments - we only
need 4.6Gb for packages now (the DVD image) - update package
list: o for 10.0 -> LE2005 changes (eg: switch to dkms and the
like) o install all languages (marketing request) o install
multimedia plugins & Java runtime environment o do not unselect
anymore input methods
2005-06-09 12:58 Thierry Vignaud <tvignaud at mandriva.com>
* make_live: (installPackages) help packages' post-install scripts
2005-06-09 12:58 Thierry Vignaud <tvignaud at mandriva.com>
* make_live: (installPackages) help DrakX more
2005-06-09 12:55 Thierry Vignaud <tvignaud at mandriva.com>
* make_live: detect both old and new LaCie models
2005-06-09 12:52 Thierry Vignaud <tvignaud at mandriva.com>
* make_live: prevent building a disk w/o translation catalogs
2005-06-09 12:50 Thierry Vignaud <tvignaud at mandriva.com>
* make_live: prevent warning message about /proc to appear at boot
2005-06-09 12:49 Thierry Vignaud <tvignaud at mandriva.com>
* make_live: - urpmi syntax had changed - install all new media
2005-06-09 12:48 Thierry Vignaud <tvignaud at mandriva.com>
* make_live: devfs is dead
2005-06-09 12:46 Thierry Vignaud <tvignaud at mandriva.com>
* make_live: save X.org conf too on profile switch
2005-06-09 12:31 Thierry Vignaud <tvignaud at mandriva.com>
* make_live: set $::build_globetrotter
2005-06-09 12:13 Thierry Vignaud <tvignaud at mandriva.com>
* move.pm: (install2::configMove) prevent dm service to fail to
startup because of /tmp/.font-unix's permissions
2005-06-09 12:11 Thierry Vignaud <tvignaud at mandriva.com>
* move.pm: (install2::configMove) workaround init reading inittab
before any.pm alters it
2005-06-09 12:09 Thierry Vignaud <tvignaud at mandriva.com>
* move.pm: sync with drakx's API
2005-06-09 12:08 Thierry Vignaud <tvignaud at mandriva.com>
* move.pm: (automatic_xconf) class_discard is needed way earlier
2005-06-09 12:07 Thierry Vignaud <tvignaud at mandriva.com>
* move.pm: (install2::configMove) fix killing X11 due to XFree86 ->
X.org switch
2005-06-09 12:06 Thierry Vignaud <tvignaud at mandriva.com>
* move.pm: (install2::configMove) if formatError() returns nothing,
better display the raw error
2005-06-09 11:59 Thierry Vignaud <tvignaud at mandriva.com>
* Makefile: fix build
2005-06-09 11:59 Thierry Vignaud <tvignaud at mandriva.com>
* .perl_checker: blacklist more pakcages
2005-06-09 11:58 Thierry Vignaud <tvignaud at mandriva.com>
* runstage2: fix comment
2005-06-02 05:20 Olivier Blin <oblin at mandriva.com>
* hwprofile: fix netprofile stuff
2005-05-25 10:56 Thierry Vignaud <tvignaud at mandriva.com>
* fix-broken-hd.diff: fix broken hd
2005-05-25 10:45 Thierry Vignaud <tvignaud at mandriva.com>
* make_live: unmount partitions even when failled
2005-05-25 10:41 Thierry Vignaud <tvignaud at mandriva.com>
* make_live: display message earlier
2005-05-25 10:40 Thierry Vignaud <tvignaud at mandriva.com>
* make_live: on restoration, tell which one is the packages
partition when found
2005-05-25 10:39 Thierry Vignaud <tvignaud at mandriva.com>
* make_live: nicely tell that the restoration is completed
2005-05-25 10:39 Thierry Vignaud <tvignaud at mandriva.com>
* make_live: use newly introduced my_exit() in order to display
better messages
2005-05-25 10:37 Thierry Vignaud <tvignaud at mandriva.com>
* make_live: (my_exit) introduce it for smoother messages
2005-05-25 10:36 Thierry Vignaud <tvignaud at mandriva.com>
* make_live: handle smoothly packages partition with multiple
kernel packages
2005-05-25 10:35 Thierry Vignaud <tvignaud at mandriva.com>
* make_live: fix fs checking prior to restoration, thus handling
restoration on fscked hard disks
2005-05-25 10:34 Thierry Vignaud <tvignaud at mandriva.com>
* make_live: when we format the root fs prior to restoring the hd,
set back the label on the fs so that we can handle an aborted
restoration (power outrage, ...)
2005-05-25 10:33 Thierry Vignaud <tvignaud at mandriva.com>
* make_live: factorize some code through find_partition()
2004-10-26 17:18 Thierry Vignaud <tvignaud at mandriva.com>
* make_live: do not try to run killall until it has been installed
2004-10-07 02:44 Pixel <pixel at mandriva.com>
* move.pm: - XFdrake can detect a auxmouse which was not detected
by mousedrake so we need to call various_xfree_conf() - this
implies adding parameter $do_pkgs to a few functions
2004-08-27 08:11 Thierry Vignaud <tvignaud at mandriva.com>
* ChangeLog: initial commit
2004-08-27 08:10 Thierry Vignaud <tvignaud at mandriva.com>
* Makefile: add changelog target
2004-07-20 04:42 Pixel <pixel@mandrakesoft.com>
* hwprofile, move.pm, runstage2: MandrakeSoft -> Mandrakesoft
2004-07-09 04:47 Thierry Vignaud <tvignaud@mandrakesoft.com>
* make_live: sometimes grub return non zero exit status w/o error
2004-07-09 04:46 Thierry Vignaud <tvignaud@mandrakesoft.com>
* make_live: kill debug message
2004-07-09 04:16 Thierry Vignaud <tvignaud@mandrakesoft.com>
* make_live: do not complain about unmounted usb fs in recue mode
2004-07-09 03:45 Thierry Vignaud <tvignaud@mandrakesoft.com>
* make_live: fix restore mode (initrd's mount failled to mount ext2
as ext3)
2004-06-30 10:14 Thierry Vignaud <tvignaud@mandrakesoft.com>
* doc/BUILD: fix build explanation (else make_live will horribly
die due to missing functions :-()
2004-06-30 09:25 Thierry Vignaud <tvignaud@mandrakesoft.com>
* doc/BUILD: update how to build instructions
2004-06-30 08:13 Thierry Vignaud <tvignaud@mandrakesoft.com>
* doc/BUILD: do not forget to update hdlists
2004-06-30 08:12 Thierry Vignaud <tvignaud@mandrakesoft.com>
* README: fix required packages list
2004-06-30 07:24 Thierry Vignaud <tvignaud@mandrakesoft.com>
* make_live: display a nicer error message when disk is not found
2004-06-29 08:25 Thierry Vignaud <tvignaud@mandrakesoft.com>
* make_live: fix umounting
2004-06-29 05:28 Thierry Vignaud <tvignaud@mandrakesoft.com>
* make_live: unselect uim since mdk10 package of uim IM break first
time wizard when selecting english
2004-06-29 04:09 Thierry Vignaud <tvignaud@mandrakesoft.com>
* make_live: perl_checker cleanups
2004-06-29 03:36 Thierry Vignaud <tvignaud@mandrakesoft.com>
* make_live: add rescue support
2004-06-24 11:41 Thierry Vignaud <tvignaud@mandrakesoft.com>
* make_live: (installPackages) kill debugging statements
2004-06-24 10:17 Thierry Vignaud <tvignaud@mandrakesoft.com>
* hwprofile: create hw profile after having run first time wizard
so that if one refuse the icense, he has to run it again
2004-06-24 07:39 Thierry Vignaud <tvignaud@mandrakesoft.com>
* make_live: make share partition be writeable by unpriviliegied
users
2004-06-24 07:33 Thierry Vignaud <tvignaud@mandrakesoft.com>
* make_live: add fb2png in order to be able to take screenshots
2004-06-24 07:31 Thierry Vignaud <tvignaud@mandrakesoft.com>
* make_live: per machine firewall configuration
2004-06-18 05:44 Thierry Vignaud <tvignaud@mandrakesoft.com>
* make_live: force installation of both 2.4.x and 2.6.x centrino
drivers
2004-06-18 05:44 Thierry Vignaud <tvignaud@mandrakesoft.com>
* make_live: - use labels for home and packages partitions too -
mount packages partition in read-only mode
2004-06-18 04:08 Thierry Vignaud <tvignaud@mandrakesoft.com>
* make_live: install autologin as requested by QA
2004-06-15 18:56 Thierry Vignaud <tvignaud@mandrakesoft.com>
* README: update package versions to reflect current globetrotter
2004-06-15 18:54 Thierry Vignaud <tvignaud@mandrakesoft.com>
* README: update what's required in new initscripts
2004-06-15 18:50 Thierry Vignaud <tvignaud@mandrakesoft.com>
* .perl_checker, Makefile, README, hwprofile, make_live,
mandrake-globetrotter.spec, move.pm, runstage2, doc/BUGS,
doc/BUILD, doc/NOTES: Imported Globetrotter
2004-06-15 18:50 Thierry Vignaud <tvignaud@mandrakesoft.com>
* .perl_checker, Makefile, README, hwprofile, make_live,
mandrake-globetrotter.spec, move.pm, runstage2, doc/BUGS,
doc/BUILD, doc/NOTES: Initial revision
|