Magellan Linux

Annotation of /alx-src/trunk/alxinstall-ng/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6961 - (hide annotations) (download)
Wed Jul 29 09:40:01 2015 UTC (8 years, 9 months ago) by niro
File size: 12117 byte(s)
-updated ChangeLog
1 niro 6961 2015-07-29 Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r6960] VERSION:
4     -version 0.5.1
5     * [r6959] bin/alxinstall-ng.sh.in:
6     -added a fix for ASUS P4VD2-X and equivalent boards
7    
8 niro 6875 2015-07-24 Niels Rogalla <niro@magellan-linux.de>
9    
10 niro 6961 * [r6890] ChangeLog:
11     -updated ChangeLog
12 niro 6890 * [r6889] VERSION:
13     -version 0.5.0, stable release
14     * [r6875] ChangeLog:
15     -updated ChangeLog
16 niro 6875 * [r6874] VERSION:
17     -version 0.4.99.2
18     * [r6873] bin/alxinstall-ng.sh.in:
19     -hardware detection was run to late, flash disk could not
20     detected propably within the auto install stage, fixed F2FS
21     dialog that a user does not assume F2FS gets automatically used
22     with all installation types
23    
24 niro 6857 2015-07-23 Niels Rogalla <niro@magellan-linux.de>
25    
26 niro 6875 * [r6857] ChangeLog:
27     -updated ChangeLog
28 niro 6857 * [r6856] VERSION:
29     -version 0.4.99.1
30     * [r6855] Makefile:
31     -install the right functions
32     * [r6854] ChangeLog, Makefile, VERSION:
33     -revert changes
34     * [r6853] ChangeLog, Makefile, VERSION:
35     -install the right functions
36     * [r6852] Makefile, bin/alxinstall-ng.sh.in:
37     -varable libdir
38     * [r6851] bin/alxinstall-ng.sh.in:
39     -fixed a typo
40     * [r6850] bin/alxinstall-ng.sh.in:
41     -fixed broken mkinitrd generation
42     * [r6849] bin/alxinstall-ng.sh.in:
43     -fixed hdd partitions on method auto with a flashdisk detected
44     * [r6848] bin/alxinstall-ng.sh.in:
45     -revert changes, it is not the f2fs but the ext2 fs
46     * [r6847] bin/alxinstall-ng.sh.in:
47     -minimal filesystem size is 100M for f2fs
48     * [r6846] bin/alxinstall-ng.sh.in:
49     -detect flashdisk on auto installation and setup them propably
50     * [r6845] VERSION:
51     -version 0.4.99.0, new development cycle
52     * [r6844] bin/alxinstall-ng.sh.in:
53     -not every mkfs.FS prog like the -q option, pipe the output into
54     a log file instead
55     * [r6843] bin/alxinstall-ng.sh.in:
56     -die probably and fixed a typo
57     * [r6842] bin/alxinstall-ng.sh.in:
58     -show one more line in main dialog menus to display all content
59     without scrolling
60     * [r6841] bin/alxinstall-ng.sh.in:
61     -reduce special treatments required to use f2fs and make it
62     easier to integrate other filesystems in the future
63     * [r6840] bin/alxinstall-ng.sh.in:
64     -reoder conditions for fstab creation and honor f2fs grub issues
65     * [r6839] bin/alxinstall-ng.sh.in:
66     -more addconfig() usage
67     * [r6838] bin/alxinstall-ng.sh.in:
68     -get rid of which
69     * [r6837] bin/alxinstall-ng.sh.in:
70     -added rudimantary f2fs support
71     * [r6836] functions/generic.sh:
72     -renamed INSTALLPATH variable to INSTALL_ROOT
73     * [r6835] bin/alxinstall-ng.sh.in:
74     -renamed INSTALLPATH variable to INSTALL_ROOT
75     * [r6834] bin/alxinstall-ng.sh.in:
76     -make use of the new addconfig()/cleaconfig() and
77     enter_chroot_installrc() functions
78     * [r6833] functions/generic.sh:
79     -introduce enter_chroot() and enter_chroot_installrc() functions
80     * [r6832] bin/alxinstall-ng.sh.in:
81     -fixed spelling
82     * [r6831] bin/alxinstall-ng.sh.in, functions/generic.sh:
83     -introduce is_loc_mounted() function and set proper exit traps
84     * [r6830] functions/hwdetection.sh:
85     -fixed whitespaces
86     * [r6829] bin/alxinstall-ng.sh.in, functions/generic.sh[ADD]:
87     -introduce addconfig() and clearconfig() function
88     * [r6828] bin/alxinstall-ng.sh.in:
89     -setup_hdd_format(): honor FORMAT_FILESYSTEM
90     * [r6827] bin/alxinstall-ng.sh.in:
91     -always initialize all disk variables to unset previosly selected
92     with other install methods
93     * [r6826] bin/alxinstall-ng.sh.in:
94     -consolidate even more functions
95     * [r6825] bin/alxinstall-ng.sh.in:
96     -consolidate install functions for every single method
97     * [r6824] bin/alxinstall-ng.sh.in:
98     -fixed install type description
99     * [r6823] bin/alxinstall-ng.sh.in:
100     -renamed all _simple() functions to _single()
101     * [r6822] bin/alxinstall-ng.sh.in:
102     -fixed whitespaces
103     * [r6821] bin/alxinstall-ng.sh.in:
104     -fixed whitespaces
105     * [r6820] Makefile, bin/alxinstall-ng.sh.in:
106     use @@VERSION@@ as sed target
107     * [r6819] bin/alxinstall-ng.sh.in:
108     -simplify the header
109     * [r6818] bin/alxinstall-ng.sh.in:
110     -fixed some descriptions
111     * [r6817] bin/alxinstall-ng.sh.in:
112     -fixed whitespaces
113     * [r6816] bin/alxinstall-ng.sh.in, functions/findhdd.sh[DEL],
114     functions/hwdetection.sh[ADD]:
115     -reworked disk hardware detection to work with newer and older
116     system kernels
117     * [r6815] bin/alxinstall-ng.sh.in:
118     -use LC_ALL=C and ignore the environment settings
119    
120     2015-07-22 Niels Rogalla <niro@magellan-linux.de>
121    
122     * [r6799] bin/alxinstall-ng.sh.in:
123     -renamed all _flash() functions to _simple()
124    
125 niro 6773 2015-07-21 Niels Rogalla <niro@magellan-linux.de>
126    
127 niro 6857 * [r6773] ChangeLog:
128     -updated ChangeLog
129 niro 6773 * [r6772] VERSION:
130     -version 0.3.18
131     * [r6771] bin/alxinstall-ng.sh.in:
132     -honor radeon KMS
133     * [r6770] bin/alxinstall-ng.sh.in:
134     -fixed whitespaces
135    
136 niro 5577 2014-04-22 Niels Rogalla <niro@magellan-linux.de>
137    
138 niro 6773 * [r5577] ChangeLog:
139     -updated ChangeLog
140 niro 5577 * [r5576] VERSION:
141     -version 0.3.17
142     * [r5575] bin/alxinstall-ng.sh.in:
143     -fixed KMS support for i845 devices
144    
145 niro 5010 2013-08-07 Niels Rogalla <niro@magellan-linux.de>
146    
147 niro 5577 * [r5010] ChangeLog:
148     -updated Changelog
149 niro 5010 * [r5007] VERSION:
150     -version 0.3.16
151     * [r5006] bin/alxinstall-ng.sh.in:
152     -one empty line after formfactor message and use . and not ! for
153     special device messages
154     * [r5005] bin/alxinstall-ng.sh.in:
155     -better visuals for powersave mode message
156     * [r5004] bin/alxinstall-ng.sh.in:
157     -fixed a typo
158     * [r5003] bin/alxinstall-ng.sh.in:
159     -honor cpufreq.governor=ondemand on latop formfactor devices to
160     keep temperatures and batterie usage low
161    
162 niro 4855 2013-05-15 Niels Rogalla <niro@magellan-linux.de>
163    
164 niro 5010 * [r4855] ChangeLog:
165     -updated ChangeLog
166 niro 4855 * [r4854] VERSION:
167     -version 0.3.15
168     * [r4853] bin/alxinstall-ng.sh.in:
169     -disabled i810 frambuffer for maxdateclients, segfaults with KMS
170     enabled intel Xorg drivers
171    
172 niro 4849 2013-05-13 Niels Rogalla <niro@magellan-linux.de>
173    
174 niro 4855 * [r4849] ChangeLog:
175     -updated ChangeLog
176 niro 4849 * [r4848] VERSION:
177     -version 0.3.14
178     * [r4847] bin/alxinstall-ng.sh.in:
179     -support zotacs with nvidia chips and use new introduced
180     SPLASH_DEV variable
181    
182 niro 3379 2012-03-28 Niels Rogalla <niro@magellan-linux.de>
183    
184 niro 4849 * [r3379] ChangeLog:
185     -updated ChangeLog
186 niro 3379 * [r3378] VERSION:
187     -version 0.3.13
188     * [r3376] bin/alxinstall-ng.sh.in:
189     -only install required drm modules on zotac devices to fix
190     framebuffer glitches with other loaded drivers, like with the sis
191     driver(FS#13)
192     * [r3374] bin/alxinstall-ng.sh.in:
193     -added quirk required by some intel framebuffer devices
194     * [r3373] bin/alxinstall-ng.sh.in:
195     -fixed a typo (FS#12)
196    
197 niro 3267 2011-09-28 Niels Rogalla <niro@magellan-linux.de>
198    
199 niro 3379 * [r3267] ChangeLog:
200     -updated ChangeLog
201 niro 3267 * [r3266] VERSION:
202     -version 0.3.12
203     * [r3260] bin/alxinstall-ng.sh.in:
204     -detect i810/i815 chipsets as 'maxdata'
205     -use i810fb framebuffer driver on i810/i815 chipsets
206     -install an appropriate i810fb.conf with a 1024x768 resolution
207    
208     2011-09-22 Niels Rogalla <niro@magellan-linux.de>
209    
210     * [r3256] bin/alxinstall-ng.sh.in:
211     -use vesafb for rangees instead of viafb. some CLE266 Chipsets
212     does not run with viafb
213    
214 niro 3204 2011-09-14 Niels Rogalla <niro@magellan-linux.de>
215    
216 niro 3267 * [r3204] ChangeLog:
217     -updated ChangeLog
218 niro 3204 * [r3203] VERSION:
219     -version 0.3.11
220     * [r3202] bin/alxinstall-ng.sh.in:
221     -load viafb for rangee devices
222     -do not load any fb modules for zotacs, which use KMS
223     -use uvesafb for standard pc which do not support KMS
224     * [r3199] bin/alxinstall-ng.sh.in:
225     -added rengee detection
226     -detect flashdisk with 256MB and below and apply grub2 bootsector
227     fix
228    
229 niro 2738 2011-08-11 Niels Rogalla <niro@magellan-linux.de>
230    
231 niro 3204 * [r2738] ChangeLog:
232     -updated ChangeLog
233 niro 2738 * [r2737] VERSION:
234     -version 0.3.10
235     * [r2736] bin/alxinstall-ng.sh.in:
236     -let grub2 search for special boot params for zotac devices and
237     co, hwinfo stuff only needed for grub-legacy
238    
239 niro 2559 2011-07-04 Niels Rogalla <niro@magellan-linux.de>
240    
241 niro 2738 * [r2575] ChangeLog:
242     -updated ChangeLog
243 niro 2575 * [r2574] VERSION:
244     -version 0.3.9
245     * [r2573] bin/alxinstall-ng.sh.in:
246     -fixed grub2 handling
247     -do not overwrite .bashrc -> using .installrc
248     -split modules in proper variabls and install kms/drm and
249     framebuffer modules + modprobe configs to enable bootsplash
250     * [r2559] ChangeLog:
251     -updated ChangeLog
252 niro 2559 * [r2558] VERSION:
253     -version 0.3.8
254     * [r2557] bin/alxinstall-ng.sh.in:
255     -default video mode 1024x768 for kms
256     - honor $KERNELOPTS in grub2
257     * [r2555] bin/alxinstall-ng.sh.in:
258     -fixed spelling and added splash theme settings for grub legacy
259     * [r2554] bin/alxinstall-ng.sh.in:
260     -support grub2
261    
262 niro 2393 2011-06-15 Niels Rogalla <niro@magellan-linux.de>
263    
264 niro 2559 * [r2393] ChangeLog[ADD]:
265     -added ChangeLog
266 niro 2393 * [r2392] Makefile:
267     -get version from VERSION file and remove generated files on
268     clean macro
269     * [r2391] Makefile, VERSION[ADD], bin/alxinstall-ng.sh.in:
270     -variable version tag
271     * [r2390] bin/alxinstall-ng.sh[DEL], bin/alxinstall-ng.sh.in[CPY]:
272     renamed to alxinstall-ng.sh.in
273     * [r2389] bin/alxinstall-ng.sh:
274     -version 0.3.7
275     * [r2388] bin/alxinstall-ng.sh:
276     -use hwinfo for zotac detection
277     * [r2387] bin/alxinstall-ng.sh:
278     -variable target filesystem
279    
280     2010-10-18 Niels Rogalla <niro@magellan-linux.de>
281    
282     * [r1579] bin/alxinstall-ng.sh:
283     -added some nice colors
284     * [r1577] bin/alxinstall-ng.sh:
285     -explain more
286     -version 0.3.6
287     * [r1576] functions/findhdd.sh:
288     -remove bootdevices from install list
289     * [r1574] bin/alxinstall-ng.sh:
290     -added hardware detection, which supports zotac devices
291     -auto partitioning support
292     -make use of tmp files more secure
293     -variable kernel, mkinitrd and uuid support
294     -renamed get_blkid() to get_uuid()
295     -renamed dialog_setup_hdd_found_manuell() to
296     dialog_hardware_detection()
297     -renamed install_mkinitrd_chroot() to install_initrd_chroot()
298     -version 0.3.5
299    
300     2009-08-05 Niels Rogalla <niro@magellan-linux.de>
301    
302     * [r1187] bin/alxinstall-ng.sh:
303     -fixed some issues, if already UUIDs are used in the fstab
304     -do not add swap to fstab anymore, busybox handle all swap
305     partitions with 'swapon/off -a'
306     -fixed fstab typos, UUID= must used as prefix and without any
307     escape chars
308     -version 0.3.4
309     * [r1180] bin/alxinstall-ng.sh:
310     -using UUIDs via blkid instead of static device-names
311    
312     2009-08-04 Niels Rogalla <niro@magellan-linux.de>
313    
314     * [r1169] bin/alxinstall-ng.sh:
315     -more modules for initrd
316     * [r1126] make-tarball.sh:
317     -fixed make-tarball script fpr svn usage
318     * [r1123] bin/alxinstall-ng.sh:
319     -fixed grub.conf setup
320    
321     2008-06-28 Niels Rogalla <niro@magellan-linux.de>
322    
323     * [r531] bin/alxinstall-ng.sh:
324     -install network config skeleton
325    
326     2008-06-27 Niels Rogalla <niro@magellan-linux.de>
327    
328     * [r529] Makefile[ADD], make-tarball.sh[ADD]:
329     -added a Makefile and the make-tarball script
330     * [r528] bin/alxinstall-ng.sh:
331     -create mkinitrd after creation of the fstab
332     * [r527] bin/alxinstall-ng.sh:
333     -fixed a typo again
334     * [r526] bin/alxinstall-ng.sh:
335     -fixed a typo
336     * [r525] bin/alxinstall-ng.sh:
337     -busybox compat
338     * [r524] bin/alxinstall-ng.sh:
339     -cleanups and fixed a typo
340     * [r523] bin/alxinstall-ng.sh:
341     -create mkinitrd
342     * [r522] bin/alxinstall-ng.sh:
343     -removed unnecessary stuff and fixed grub and fstab settings
344     * [r521] functions/findhdd.sh:
345     -increase version and many style updates
346     * [r520] bin/alxinstall-ng.sh:
347     -increase version and many style updates
348     * [r519] bin/alxinstall-ng.sh:
349     -removed comments
350    
351     2005-08-17 Niels Rogalla <niro@magellan-linux.de>
352    
353     * [r280] bin/alxinstall-ng.sh:
354     added flash support; oh an i have to rewrite this crappy thing
355    
356     2005-04-19 Niels Rogalla <niro@magellan-linux.de>
357    
358     * [r268] bin/alxinstall-ng.sh:
359     set grub timeout to 0, and fixed a typo in the fstab creation
360    
361     2005-04-18 Niels Rogalla <niro@magellan-linux.de>
362    
363     * [r262] functions/findhdd.sh:
364     added some comments for the udev issue
365     * [r261] bin/alxinstall-ng.sh:
366     fixed kernel2.6 udev issue
367     * [r260] bin/alxinstall-ng.sh:
368     fixed some issues when started from init
369     * [r259] .[ADD], bin[ADD], bin/alxinstall-ng.sh[CPY],
370     functions[ADD], functions/findhdd.sh[CPY]:
371     This commit was generated by cvs2svn to compensate for changes in
372     r50,
373     which included commits to RCS files with non-trunk default
374     branches.
375