Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3204 - (hide annotations) (download)
Wed Sep 14 13:13:52 2011 UTC (12 years, 7 months ago) by niro
File size: 5068 byte(s)
-updated ChangeLog
1 niro 3204 2011-09-14 Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r3203] VERSION:
4     -version 0.3.11
5     * [r3202] bin/alxinstall-ng.sh.in:
6     -load viafb for rangee devices
7     -do not load any fb modules for zotacs, which use KMS
8     -use uvesafb for standard pc which do not support KMS
9     * [r3199] bin/alxinstall-ng.sh.in:
10     -added rengee detection
11     -detect flashdisk with 256MB and below and apply grub2 bootsector
12     fix
13    
14 niro 2738 2011-08-11 Niels Rogalla <niro@magellan-linux.de>
15    
16 niro 3204 * [r2738] ChangeLog:
17     -updated ChangeLog
18 niro 2738 * [r2737] VERSION:
19     -version 0.3.10
20     * [r2736] bin/alxinstall-ng.sh.in:
21     -let grub2 search for special boot params for zotac devices and
22     co, hwinfo stuff only needed for grub-legacy
23    
24 niro 2559 2011-07-04 Niels Rogalla <niro@magellan-linux.de>
25    
26 niro 2738 * [r2575] ChangeLog:
27     -updated ChangeLog
28 niro 2575 * [r2574] VERSION:
29     -version 0.3.9
30     * [r2573] bin/alxinstall-ng.sh.in:
31     -fixed grub2 handling
32     -do not overwrite .bashrc -> using .installrc
33     -split modules in proper variabls and install kms/drm and
34     framebuffer modules + modprobe configs to enable bootsplash
35     * [r2559] ChangeLog:
36     -updated ChangeLog
37 niro 2559 * [r2558] VERSION:
38     -version 0.3.8
39     * [r2557] bin/alxinstall-ng.sh.in:
40     -default video mode 1024x768 for kms
41     - honor $KERNELOPTS in grub2
42     * [r2555] bin/alxinstall-ng.sh.in:
43     -fixed spelling and added splash theme settings for grub legacy
44     * [r2554] bin/alxinstall-ng.sh.in:
45     -support grub2
46    
47 niro 2393 2011-06-15 Niels Rogalla <niro@magellan-linux.de>
48    
49 niro 2559 * [r2393] ChangeLog[ADD]:
50     -added ChangeLog
51 niro 2393 * [r2392] Makefile:
52     -get version from VERSION file and remove generated files on
53     clean macro
54     * [r2391] Makefile, VERSION[ADD], bin/alxinstall-ng.sh.in:
55     -variable version tag
56     * [r2390] bin/alxinstall-ng.sh[DEL], bin/alxinstall-ng.sh.in[CPY]:
57     renamed to alxinstall-ng.sh.in
58     * [r2389] bin/alxinstall-ng.sh:
59     -version 0.3.7
60     * [r2388] bin/alxinstall-ng.sh:
61     -use hwinfo for zotac detection
62     * [r2387] bin/alxinstall-ng.sh:
63     -variable target filesystem
64    
65     2010-10-18 Niels Rogalla <niro@magellan-linux.de>
66    
67     * [r1579] bin/alxinstall-ng.sh:
68     -added some nice colors
69     * [r1577] bin/alxinstall-ng.sh:
70     -explain more
71     -version 0.3.6
72     * [r1576] functions/findhdd.sh:
73     -remove bootdevices from install list
74     * [r1574] bin/alxinstall-ng.sh:
75     -added hardware detection, which supports zotac devices
76     -auto partitioning support
77     -make use of tmp files more secure
78     -variable kernel, mkinitrd and uuid support
79     -renamed get_blkid() to get_uuid()
80     -renamed dialog_setup_hdd_found_manuell() to
81     dialog_hardware_detection()
82     -renamed install_mkinitrd_chroot() to install_initrd_chroot()
83     -version 0.3.5
84    
85     2009-08-05 Niels Rogalla <niro@magellan-linux.de>
86    
87     * [r1187] bin/alxinstall-ng.sh:
88     -fixed some issues, if already UUIDs are used in the fstab
89     -do not add swap to fstab anymore, busybox handle all swap
90     partitions with 'swapon/off -a'
91     -fixed fstab typos, UUID= must used as prefix and without any
92     escape chars
93     -version 0.3.4
94     * [r1180] bin/alxinstall-ng.sh:
95     -using UUIDs via blkid instead of static device-names
96    
97     2009-08-04 Niels Rogalla <niro@magellan-linux.de>
98    
99     * [r1169] bin/alxinstall-ng.sh:
100     -more modules for initrd
101     * [r1126] make-tarball.sh:
102     -fixed make-tarball script fpr svn usage
103     * [r1123] bin/alxinstall-ng.sh:
104     -fixed grub.conf setup
105    
106     2008-06-28 Niels Rogalla <niro@magellan-linux.de>
107    
108     * [r531] bin/alxinstall-ng.sh:
109     -install network config skeleton
110    
111     2008-06-27 Niels Rogalla <niro@magellan-linux.de>
112    
113     * [r529] Makefile[ADD], make-tarball.sh[ADD]:
114     -added a Makefile and the make-tarball script
115     * [r528] bin/alxinstall-ng.sh:
116     -create mkinitrd after creation of the fstab
117     * [r527] bin/alxinstall-ng.sh:
118     -fixed a typo again
119     * [r526] bin/alxinstall-ng.sh:
120     -fixed a typo
121     * [r525] bin/alxinstall-ng.sh:
122     -busybox compat
123     * [r524] bin/alxinstall-ng.sh:
124     -cleanups and fixed a typo
125     * [r523] bin/alxinstall-ng.sh:
126     -create mkinitrd
127     * [r522] bin/alxinstall-ng.sh:
128     -removed unnecessary stuff and fixed grub and fstab settings
129     * [r521] functions/findhdd.sh:
130     -increase version and many style updates
131     * [r520] bin/alxinstall-ng.sh:
132     -increase version and many style updates
133     * [r519] bin/alxinstall-ng.sh:
134     -removed comments
135    
136     2005-08-17 Niels Rogalla <niro@magellan-linux.de>
137    
138     * [r280] bin/alxinstall-ng.sh:
139     added flash support; oh an i have to rewrite this crappy thing
140    
141     2005-04-19 Niels Rogalla <niro@magellan-linux.de>
142    
143     * [r268] bin/alxinstall-ng.sh:
144     set grub timeout to 0, and fixed a typo in the fstab creation
145    
146     2005-04-18 Niels Rogalla <niro@magellan-linux.de>
147    
148     * [r262] functions/findhdd.sh:
149     added some comments for the udev issue
150     * [r261] bin/alxinstall-ng.sh:
151     fixed kernel2.6 udev issue
152     * [r260] bin/alxinstall-ng.sh:
153     fixed some issues when started from init
154     * [r259] .[ADD], bin[ADD], bin/alxinstall-ng.sh[CPY],
155     functions[ADD], functions/findhdd.sh[CPY]:
156     This commit was generated by cvs2svn to compensate for changes in
157     r50,
158     which included commits to RCS files with non-trunk default
159     branches.
160