Magellan Linux

Contents of /tags/installer-simple-0_4_90_20140108_1/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2494 - (show annotations) (download)
Wed Jan 8 12:45:45 2014 UTC (10 years, 2 months ago) by niro
File size: 9395 byte(s)
tagged 'installer-simple-0_4_90_20140108_1'
1 2014-01-07 Niels Rogalla <niro@magellan-linux.de>
2
3 * [r2457] functions/common-dialogs.sh:
4 -revert the last commit
5 * [r2456] Makefile:
6 -only re-create bin/installer.sh and systemd/installer.service on
7 changes
8 * [r2455] Makefile:
9 -install generated mo files
10 * [r2454] Makefile:
11 -apply SYSCONFDIR
12 * [r2453] Makefile:
13 -revert last commit
14 * [r2452] ChangeLog, Makefile, functions/common-dialogs.sh:
15 -apply SYSCONFDIR
16 * [r2451] Makefile:
17 -make pot messages unique
18 * [r2450] Makefile:
19 -generate pot from all provided functions
20 * [r2449] Makefile:
21 -install all required functions
22 * [r2448] Makefile:
23 -make pkg-config and cat commands variable too
24 * [r2447] Makefile:
25 -fixed broken default SYSCONFDIR
26 * [r2446] bin/installer.sh.in, functions/dracut.sh[ADD],
27 functions/grub.sh[ADD], functions/grub2.sh[ADD],
28 functions/mkinitrd.sh[ADD]:
29 -disable old mkinitrd and bootloader functions (will get removed
30 soon) and add includes to support grub1, grub2, mkinitrd and
31 dracut
32 * [r2445] functions/common.sh[ADD]:
33 -add common.sh
34 * [r2444] bin/installer.sh.in:
35 -use addconfig() where possible and fixed a grub-mkdevicemap
36 error message
37 * [r2443] bin/installer.sh.in:
38 -install_system_settings(): use addconfig()
39 * [r2442] bin/installer.sh.in:
40 -only apply framebuffer quirk if fbsplash is used
41 * [r2441] bin/installer.sh.in:
42 -always use uuids and removed obsolete is_uuid_supported()
43 function
44 * [r2440] bin/installer.sh.in:
45 -use callers of bootloader.sh and initrd-tools.sh includes
46 * [r2439] bin/installer.sh.in:
47 is_initrd_supported() is provided by initrd-tools
48 * [r2438] bin/installer.sh.in:
49 -get_uuid() is provided by hwdetection
50 * [r2437] bin/installer.sh.in:
51 -sanitize SWAPHDD and BOOTHDD variables for the future
52 * [r2436] bin/installer.sh.in:
53 -use chrooted() from hwdetection
54 * [r2435] bin/installer.sh.in:
55 -add more mount sanity checks
56 * [r2434] bin/installer.sh.in:
57 -use pushd/popd instead of simple cd
58 * [r2433] bin/installer.sh.in:
59 -use pushd/popd instead of simple cd
60 * [r2432] bin/installer.sh.in:
61 -support more filesystems rather than only ext3
62 * [r2431] bin/installer.sh.in:
63 -add a note about an improved smartcard detection method
64 * [r2430] bin/installer.sh.in:
65 -commented unused stuff
66 * [r2429] bin/installer.sh.in:
67 -moved run_hardware_detection_disks() to a better place
68 * [r2428] bin/installer.sh.in, functions/bootloader.sh[ADD],
69 functions/initrd-tools.sh[ADD]:
70 -select bootloader and initrd via an include which calls the
71 right routines
72 * [r2427] bin/installer.sh.in, functions/installer-dialogs.sh:
73 -introduce dialog_install_initrd()
74 * [r2426] bin/installer.sh.in, functions/installer-dialogs.sh:
75 -moved serveral dialog functions to install-dialogs and use
76 common-dialog functions for them
77 * [r2425] bin/installer.sh.in:
78 dialog_main(): use menubox()
79 * [r2424] bin/installer.sh.in:
80 -select better variable names
81 * [r2423] bin/installer.sh.in:
82 -renamed dialog_install_meter() to install_meter()
83 * [r2422] bin/installer.sh.in, functions/installer-dialogs.sh:
84 -introduce dialog_select_target_harddrive() function
85 * [r2421] bin/installer.sh.in, functions/installer-dialogs.sh:
86 -introduce dialog_no_harddrive_found() function
87 * [r2420] functions/common-dialogs.sh,
88 functions/installer-dialogs.sh[ADD]:
89 -moved welcome() and finish() to installer-dialogs and use
90 messagebox()
91 * [r2419] bin/installer.sh.in:
92 $installdevs was replaced with $ALL_DISKS in hardware-detection
93 routines
94 * [r2418] bin/installer.sh.in:
95 $installdevs was replaced with $ALL_DISKS in hardware-detection
96 routines
97 * [r2417] bin/installer.sh.in:
98 dialog_hardware_detection(): use messagebox()
99 * [r2416] bin/installer.sh.in:
100 dialog_setup_system_menu(): use menubox()
101 * [r2415] bin/installer.sh.in:
102 -fixed wrong var
103 * [r2414] bin/installer.sh.in:
104 -fixed wrong var
105 * [r2413] bin/installer.sh.in:
106 -setup_hdd_partitions_manuell -> setup_hdd_partitions_manual,
107 -dialog_setup_hdd_partitions_manuell ->
108 -dialog_setup_hdd_partitions_manual
109 * [r2412] bin/installer.sh.in:
110 -select better variable names
111 * [r2411] bin/installer.sh.in:
112 dialog_set_hdd_info_*(): use messagebox() from common-dialogs
113 * [r2410] bin/installer.sh.in:
114 -use bash substition instead of sed
115 * [r2409] bin/installer.sh.in:
116 -set some traps to abort in a safe manner
117 * [r2408] functions/hwdetection.sh:
118 -introduce is_mounted() function and use it
119 * [r2407] functions/hwdetection.sh:
120 -fixed whitespaces
121 * [r2406] functions/hwdetection.sh:
122 -fixed broken get_hwinfo_smp()
123 * [r2405] functions/hwdetection.sh:
124 -simlify commands by removing cut call
125 * [r2404] bin/installer.sh.in:
126 -use more defaults from installer.conf
127 * [r2403] bin/installer.sh.in:
128 -do not call hwdetection.sh include twice
129 * [r2402] bin/installer.sh.in:
130 -call common.sh, common-dialogs.sh, hwdetection.sh and
131 install-dialogs.sh
132 * [r2401] bin/installer.sh.in:
133 -call includes via loop to simplify things
134 * [r2400] conf/installer.conf:
135 ore default settings via config file
136 * [r2399] bin/installer.sh.in:
137 -only support one ROOTHDD partition and drop all _flash()
138 functions
139 * [r2398] bin/installer.sh.in:
140 dialog_warning() use yesnobox from common-dialogs.sh
141 * [r2397] bin/installer.sh.in:
142 -moved die() to top - it should be the first function as it gets
143 called by the includes
144 * [r2396] functions/common-dialogs.sh:
145 -added menubox() function to print menuboxes
146 * [r2395] functions/common-dialogs.sh:
147 -added infobox() function to print infoboxes
148 * [r2394] functions/common-dialogs.sh:
149 -change some default sizes
150 * [r2393] functions/common-dialogs.sh:
151 -empty headers are allowed
152 * [r2392] functions/common-dialogs.sh:
153 -use getopts
154 * [r2391] functions/common-dialogs.sh:
155 -renamed yesno() to yesnobox()
156 * [r2390] functions/common-dialogs.sh:
157 -renamed gauge() to gaugebox()
158 * [r2389] functions/common-dialogs.sh:
159 -define default OK_LABEL and CANCEL_LABEL
160
161 2014-01-06 Niels Rogalla <niro@magellan-linux.de>
162
163 * [r2357] generate-po.sh:
164 -introduce unique_pot() to fix duplicated entries in pot files
165 * [r2356] generate-po.sh:
166 -fixed sorting on update with msgmerge bia --sort-by-files switch
167 * [r2355] generate-po.sh:
168 -use msginit to create initial po files to have valid header
169 information included
170 * [r2354] generate-po.sh:
171 -fixed whitespaces
172 * [r2353] locale/de/installer.po, locale/installer.pot:
173 -updated locale data
174
175 2014-01-04 Niels Rogalla <niro@magellan-linux.de>
176
177 * [r2352] locale[ADD], locale/de[ADD], locale/de/installer.po[ADD],
178 locale/installer.pot[ADD]:
179 -initial localization
180 * [r2351] Makefile:
181 -create and install localization
182 * [r2350] generate-po.sh[ADD]:
183 added localization helper
184
185 2014-01-03 Niels Rogalla <niro@magellan-linux.de>
186
187 * [r2349] Makefile:
188 -fixed a typo
189 * [r2348] Makefile:
190 -fixed a typo
191 * [r2347] Makefile:
192 -fixed a typo
193 * [r2346] functions/common-dialogs.sh[CPY],
194 functions/common.sh[DEL]:
195 -renamed common.sh to common-dialogs.sh
196 * [r2345] bin/installer.sh.in:
197 -removed which dependency
198 * [r2344] bin/installer.sh.in:
199 use hwdetection via hwinfo with run_hardware_detection_disks()
200 function
201 * [r2343] bin/installer.sh.in, conf/installer.conf:
202 -renamed CDPATH variable to CDROOT
203 * [r2342] bin/installer.sh.in, conf/installer.conf:
204 -renamed INSTALLPATH variable to INSTALLROOT
205 * [r2341] bin/installer.sh.in:
206 -fixed whitespaces and variable escaping
207 * [r2340] bin/installer.sh.in:
208 -always declare used variables and check if included one are sane
209 and sort the variables for better readability.
210 * [r2339] bin/installer.sh.in:
211 -ignore the environment, always use C lcoale
212 * [r2338] ChangeLog:
213 -updated ChangeLog
214 * [r2337] functions/common.sh[ADD]:
215 -add some common dialog functions
216 * [r2336] bin/installer.sh.in:
217 -instroduce normal die() function and renamed dialog based die()
218 to dialog_die()
219 * [r2335] Makefile, bin/installer.sh.in, functions/findhdd.sh[DEL],
220 functions/hwdetection.sh[ADD]:
221 -use hwdetection and drop findhdd
222 * [r2334] bin/installer.sh.in:
223 -check if includes exist before sourcing them
224 * [r2333] Makefile, bin/installer.sh.in:
225 -variable LIBDIR
226 * [r2332] Makefile, bin/installer.sh.in, conf[ADD],
227 conf/installer.conf[ADD]:
228 -introduce installer.conf
229 * [r2331] Makefile, systemd[ADD],
230 systemd/installer.service.in[ADD], systemd/mnt-cdrom.mount[ADD]:
231 -include systemd service files
232 * [r2330] Makefile:
233 -fixed whitespaces
234 * [r2329] Makefile:
235 -make all cmds variable
236 * [r2328] Makefile:
237 -fixed line breaks
238 * [r2327] Makefile:
239 -move file creation to make all section
240 * [r2326] Makefile:
241 -removed undefined DESTDIR variable
242 * [r2325] Makefile:
243 -use upper case variables
244 * [r2324] VERSION:
245 -changed to dev version 0.4.90
246 * [r2323] bin/installer.sh.in:
247 -fixed shebang
248 * [r2322] Makefile, bin/installer.sh.in:
249 -fixed dialogbox title, pathes and VCS header
250 * [r2321] bin/alxinstall-ng.sh.in[DEL], bin/installer.sh.in[CPY]:
251 -renamed alxinstall-ng.sh.in to installer.sh.in
252 * [r2320] .[ADD], ChangeLog[ADD], Makefile[ADD], VERSION[ADD],
253 bin[ADD], bin/alxinstall-ng.sh.in[ADD], functions[ADD],
254 functions/findhdd.sh[ADD], make-tarball.sh[ADD]:
255 -import alxinstall-ng-0.3.16
256