Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2646 - (show annotations) (download)
Wed Jul 2 11:28:56 2014 UTC (9 years, 9 months ago) by niro
File size: 14959 byte(s)
tagged 'installer-simple-0_4_90_20140701_1'
1 2014-07-02 Niels Rogalla <niro@magellan-linux.de>
2
3 * [r2644] functions/dracut.sh:
4 -run kernel post/pre install silent
5
6 2014-04-02 Niels Rogalla <niro@magellan-linux.de>
7
8 * [r2643] ChangeLog:
9 -updated ChangeLog
10 * [r2642] bin/installer.sh.in:
11 -use new DEFAULT_IMAGEROOT/IMAGEROOT variable
12 * [r2641] Makefile, systemd/installer.service.in,
13 systemd/mnt-cdrom.mount[DEL]:
14 -dropped mnt-cdrom.mount and using dracuts /run/initramfs/live
15 iso mount path
16 * [r2640] Makefile:
17 -rename DEFAULT_CDROOT variable in favor of configurable
18 DEFAULT_IMAGEROOT variable and make INSTALLROOT configurable too
19 and generate installer.conf
20 * [r2639] conf/installer.conf.in:
21 -rename DEFAULT_CDROOT variable in favor of configurable
22 DEFAULT_IMAGEROOT variable and make INSTALLROOT configurable too
23 * [r2638] conf/installer.conf[DEL], conf/installer.conf.in[CPY]:
24 -installer.conf renamed to installer.conf.in
25
26 2014-01-08 Niels Rogalla <niro@magellan-linux.de>
27
28 * [r2517] locale/de/installer.po, locale/installer.pot:
29 -updated locales
30 * [r2516] functions/installer-dialogs.sh:
31 -fixed OK_LABEL of dialog_install_successful()
32 * [r2515] locale/de/installer.po:
33 -fixed locale
34 * [r2513] ChangeLog:
35 -updated ChangeLog
36 * [r2512] locale/de/installer.po:
37 -updated locales
38 * [r2511] systemd/installer.service.in:
39 -conflict with getty service
40 * [r2509] ChangeLog:
41 -updated ChangeLog
42 * [r2508] Makefile, systemd/installer.service.in:
43 -make installer.service locale configurable
44 * [r2507] systemd/installer.service.in:
45 -fixed broken dependencies
46 * [r2506] systemd/installer.service.in:
47 -revert last commit
48 * [r2505] systemd/installer.service.in:
49 -fixed broken dependencies
50 * [r2504] Makefile:
51 -install installer.service
52 * [r2502] ChangeLog:
53 -updated ChangeLog
54 * [r2501] locale/de/installer.po, locale/installer.pot:
55 -updated locales
56 * [r2500] bin/installer.sh.in:
57 -simplify intel quirk
58 * [r2499] bin/installer.sh.in:
59 -fixed whitespaces
60 * [r2498] functions/installer-dialogs.sh:
61 -fixed dialog_setup_hdd_info(): drivenode broken
62 * [r2497] Makefile:
63 -remove installer.pot.dump and .pot.fixed at clean target
64 * [r2496] generate-po.sh:
65 - --unique switch of msguniq seems to be broken - it merge every
66 line which has the same beginning and does not compare the whole
67 line
68 * [r2495] generate-po.sh:
69 -keep original dump pot and fixed pot to make debugging easier
70 * [r2493] bin/installer.sh.in, functions/hwdetection.sh:
71 -fix locale handling: do not export LC_MESSAGES globally, use
72 LC_ALL=C on all commands which interprets the output
73 * [r2492] functions/hwdetection.sh:
74 -if requested use sudo on all commands which require root
75 privileges
76 * [r2491] bin/installer.sh.in, functions/hwdetection.sh:
77 -refactor hdd_size_below_256mb() as device_minimum_size()
78 * [r2490] functions/hwdetection.sh:
79 -drop create_initrd() function
80 * [r2489] bin/installer.sh.in:
81 -mount sanity check
82 * [r2488] bin/installer.sh.in, functions/common-dialogs.sh,
83 functions/dracut.sh, functions/hwdetection.sh:
84 -revert last commit
85 * [r2487] bin/installer.sh.in, functions/common-dialogs.sh,
86 functions/dracut.sh, functions/hwdetection.sh:
87 -mount sanity check
88 * [r2486] bin/installer.sh.in:
89 -only install /boot if not exist
90 * [r2485] bin/installer.sh.in:
91 -renamed install_mount_rootfs() -> mount_rootfs() and
92 install_umount_rootfs() -> mount_rootfs()
93 * [r2484] bin/installer.sh.in:
94 -more sorting
95 * [r2483] bin/installer.sh.in:
96 -fixed whitespaces
97 * [r2482] bin/installer.sh.in:
98 -sorted functions
99 * [r2481] bin/installer.sh.in:
100 -renamed dialog_hardware_detection() -> task_hardware_detection()
101 * [r2480] bin/installer.sh.in:
102 -dropped deprecated bootloader and initrd functions
103 * [r2479] bin/installer.sh.in:
104 -renamed dialog_setup_hdd_partitions_auto() to
105 task_setup_hdd_partitions_auto()
106 * [r2478] bin/installer.sh.in:
107 -renamed dialog_setup_hdd_partitions_manual() to
108 task_setup_hdd_partitions_manual()
109 * [r2477] bin/installer.sh.in, functions/installer-dialogs.sh:
110 -split dialog_main() into task_main() and the dialog itself to
111 dialog_main(), which moved to installer-dialogs.sh
112 * [r2476] bin/installer.sh.in, functions/hwdetection.sh:
113 -moved hdd_size_below_256mb() to hwdetection.sh
114 * [r2475] bin/installer.sh.in, functions/installer-dialogs.sh:
115 -split dialog_setup_system_menu() into task_setup_system_menu()
116 and the dialog itself to dialog_setup_system_menu(), which moved
117 to installer-dialogs.sh
118 * [r2474] bin/installer.sh.in, functions/installer-dialogs.sh:
119 -moved dialog_setup_hdd_info() dialog_setup_hdd_info_auto() to
120 installer-dialog.sh
121 * [r2473] bin/installer.sh.in:
122 -choose better variable names
123 * [r2472] bin/installer.sh.in:
124 -honor locales
125
126 2014-01-07 Niels Rogalla <niro@magellan-linux.de>
127
128 * [r2471] bin/installer.sh.in:
129 -fixed whitespaces
130 * [r2470] bin/installer.sh.in:
131 -fixed dialog_hardware_detection()
132 * [r2469] bin/installer.sh.in:
133 -fixed dialog_setup_hdd_info()
134 * [r2468] bin/installer.sh.in:
135 -CANCEL_LABEL=Exit for dialog_main
136 * [r2467] bin/installer.sh.in:
137 -dialog_hardware_detection() size
138 * [r2466] functions/hwdetection.sh:
139 -added iface_has_link() function (from dracut)
140 * [r2465] Makefile:
141 -always create installer.sh and installer.service
142 * [r2462] make-tarball.sh:
143 -fixed repo uri
144 * [r2460] bin/installer.sh.in, functions/installer-dialogs.sh:
145 -fixed spelling
146 * [r2459] locale/de/installer.po, locale/installer.pot:
147 -updates locales
148 * [r2458] ChangeLog:
149 -updated ChangeLog
150 * [r2457] functions/common-dialogs.sh:
151 -revert the last commit
152 * [r2456] Makefile:
153 -only re-create bin/installer.sh and systemd/installer.service on
154 changes
155 * [r2455] Makefile:
156 -install generated mo files
157 * [r2454] Makefile:
158 -apply SYSCONFDIR
159 * [r2453] Makefile:
160 -revert last commit
161 * [r2452] ChangeLog, Makefile, functions/common-dialogs.sh:
162 -apply SYSCONFDIR
163 * [r2451] Makefile:
164 -make pot messages unique
165 * [r2450] Makefile:
166 -generate pot from all provided functions
167 * [r2449] Makefile:
168 -install all required functions
169 * [r2448] Makefile:
170 -make pkg-config and cat commands variable too
171 * [r2447] Makefile:
172 -fixed broken default SYSCONFDIR
173 * [r2446] bin/installer.sh.in, functions/dracut.sh[ADD],
174 functions/grub.sh[ADD], functions/grub2.sh[ADD],
175 functions/mkinitrd.sh[ADD]:
176 -disable old mkinitrd and bootloader functions (will get removed
177 soon) and add includes to support grub1, grub2, mkinitrd and
178 dracut
179 * [r2445] functions/common.sh[ADD]:
180 -add common.sh
181 * [r2444] bin/installer.sh.in:
182 -use addconfig() where possible and fixed a grub-mkdevicemap
183 error message
184 * [r2443] bin/installer.sh.in:
185 -install_system_settings(): use addconfig()
186 * [r2442] bin/installer.sh.in:
187 -only apply framebuffer quirk if fbsplash is used
188 * [r2441] bin/installer.sh.in:
189 -always use uuids and removed obsolete is_uuid_supported()
190 function
191 * [r2440] bin/installer.sh.in:
192 -use callers of bootloader.sh and initrd-tools.sh includes
193 * [r2439] bin/installer.sh.in:
194 is_initrd_supported() is provided by initrd-tools
195 * [r2438] bin/installer.sh.in:
196 -get_uuid() is provided by hwdetection
197 * [r2437] bin/installer.sh.in:
198 -sanitize SWAPHDD and BOOTHDD variables for the future
199 * [r2436] bin/installer.sh.in:
200 -use chrooted() from hwdetection
201 * [r2435] bin/installer.sh.in:
202 -add more mount sanity checks
203 * [r2434] bin/installer.sh.in:
204 -use pushd/popd instead of simple cd
205 * [r2433] bin/installer.sh.in:
206 -use pushd/popd instead of simple cd
207 * [r2432] bin/installer.sh.in:
208 -support more filesystems rather than only ext3
209 * [r2431] bin/installer.sh.in:
210 -add a note about an improved smartcard detection method
211 * [r2430] bin/installer.sh.in:
212 -commented unused stuff
213 * [r2429] bin/installer.sh.in:
214 -moved run_hardware_detection_disks() to a better place
215 * [r2428] bin/installer.sh.in, functions/bootloader.sh[ADD],
216 functions/initrd-tools.sh[ADD]:
217 -select bootloader and initrd via an include which calls the
218 right routines
219 * [r2427] bin/installer.sh.in, functions/installer-dialogs.sh:
220 -introduce dialog_install_initrd()
221 * [r2426] bin/installer.sh.in, functions/installer-dialogs.sh:
222 -moved serveral dialog functions to install-dialogs and use
223 common-dialog functions for them
224 * [r2425] bin/installer.sh.in:
225 dialog_main(): use menubox()
226 * [r2424] bin/installer.sh.in:
227 -select better variable names
228 * [r2423] bin/installer.sh.in:
229 -renamed dialog_install_meter() to install_meter()
230 * [r2422] bin/installer.sh.in, functions/installer-dialogs.sh:
231 -introduce dialog_select_target_harddrive() function
232 * [r2421] bin/installer.sh.in, functions/installer-dialogs.sh:
233 -introduce dialog_no_harddrive_found() function
234 * [r2420] functions/common-dialogs.sh,
235 functions/installer-dialogs.sh[ADD]:
236 -moved welcome() and finish() to installer-dialogs and use
237 messagebox()
238 * [r2419] bin/installer.sh.in:
239 $installdevs was replaced with $ALL_DISKS in hardware-detection
240 routines
241 * [r2418] bin/installer.sh.in:
242 $installdevs was replaced with $ALL_DISKS in hardware-detection
243 routines
244 * [r2417] bin/installer.sh.in:
245 dialog_hardware_detection(): use messagebox()
246 * [r2416] bin/installer.sh.in:
247 dialog_setup_system_menu(): use menubox()
248 * [r2415] bin/installer.sh.in:
249 -fixed wrong var
250 * [r2414] bin/installer.sh.in:
251 -fixed wrong var
252 * [r2413] bin/installer.sh.in:
253 -setup_hdd_partitions_manuell -> setup_hdd_partitions_manual,
254 -dialog_setup_hdd_partitions_manuell ->
255 -dialog_setup_hdd_partitions_manual
256 * [r2412] bin/installer.sh.in:
257 -select better variable names
258 * [r2411] bin/installer.sh.in:
259 dialog_set_hdd_info_*(): use messagebox() from common-dialogs
260 * [r2410] bin/installer.sh.in:
261 -use bash substition instead of sed
262 * [r2409] bin/installer.sh.in:
263 -set some traps to abort in a safe manner
264 * [r2408] functions/hwdetection.sh:
265 -introduce is_mounted() function and use it
266 * [r2407] functions/hwdetection.sh:
267 -fixed whitespaces
268 * [r2406] functions/hwdetection.sh:
269 -fixed broken get_hwinfo_smp()
270 * [r2405] functions/hwdetection.sh:
271 -simlify commands by removing cut call
272 * [r2404] bin/installer.sh.in:
273 -use more defaults from installer.conf
274 * [r2403] bin/installer.sh.in:
275 -do not call hwdetection.sh include twice
276 * [r2402] bin/installer.sh.in:
277 -call common.sh, common-dialogs.sh, hwdetection.sh and
278 install-dialogs.sh
279 * [r2401] bin/installer.sh.in:
280 -call includes via loop to simplify things
281 * [r2400] conf/installer.conf:
282 ore default settings via config file
283 * [r2399] bin/installer.sh.in:
284 -only support one ROOTHDD partition and drop all _flash()
285 functions
286 * [r2398] bin/installer.sh.in:
287 dialog_warning() use yesnobox from common-dialogs.sh
288 * [r2397] bin/installer.sh.in:
289 -moved die() to top - it should be the first function as it gets
290 called by the includes
291 * [r2396] functions/common-dialogs.sh:
292 -added menubox() function to print menuboxes
293 * [r2395] functions/common-dialogs.sh:
294 -added infobox() function to print infoboxes
295 * [r2394] functions/common-dialogs.sh:
296 -change some default sizes
297 * [r2393] functions/common-dialogs.sh:
298 -empty headers are allowed
299 * [r2392] functions/common-dialogs.sh:
300 -use getopts
301 * [r2391] functions/common-dialogs.sh:
302 -renamed yesno() to yesnobox()
303 * [r2390] functions/common-dialogs.sh:
304 -renamed gauge() to gaugebox()
305 * [r2389] functions/common-dialogs.sh:
306 -define default OK_LABEL and CANCEL_LABEL
307
308 2014-01-06 Niels Rogalla <niro@magellan-linux.de>
309
310 * [r2357] generate-po.sh:
311 -introduce unique_pot() to fix duplicated entries in pot files
312 * [r2356] generate-po.sh:
313 -fixed sorting on update with msgmerge bia --sort-by-files switch
314 * [r2355] generate-po.sh:
315 -use msginit to create initial po files to have valid header
316 information included
317 * [r2354] generate-po.sh:
318 -fixed whitespaces
319 * [r2353] locale/de/installer.po, locale/installer.pot:
320 -updated locale data
321
322 2014-01-04 Niels Rogalla <niro@magellan-linux.de>
323
324 * [r2352] locale[ADD], locale/de[ADD], locale/de/installer.po[ADD],
325 locale/installer.pot[ADD]:
326 -initial localization
327 * [r2351] Makefile:
328 -create and install localization
329 * [r2350] generate-po.sh[ADD]:
330 added localization helper
331
332 2014-01-03 Niels Rogalla <niro@magellan-linux.de>
333
334 * [r2349] Makefile:
335 -fixed a typo
336 * [r2348] Makefile:
337 -fixed a typo
338 * [r2347] Makefile:
339 -fixed a typo
340 * [r2346] functions/common-dialogs.sh[CPY],
341 functions/common.sh[DEL]:
342 -renamed common.sh to common-dialogs.sh
343 * [r2345] bin/installer.sh.in:
344 -removed which dependency
345 * [r2344] bin/installer.sh.in:
346 use hwdetection via hwinfo with run_hardware_detection_disks()
347 function
348 * [r2343] bin/installer.sh.in, conf/installer.conf:
349 -renamed CDPATH variable to CDROOT
350 * [r2342] bin/installer.sh.in, conf/installer.conf:
351 -renamed INSTALLPATH variable to INSTALLROOT
352 * [r2341] bin/installer.sh.in:
353 -fixed whitespaces and variable escaping
354 * [r2340] bin/installer.sh.in:
355 -always declare used variables and check if included one are sane
356 and sort the variables for better readability.
357 * [r2339] bin/installer.sh.in:
358 -ignore the environment, always use C lcoale
359 * [r2338] ChangeLog:
360 -updated ChangeLog
361 * [r2337] functions/common.sh[ADD]:
362 -add some common dialog functions
363 * [r2336] bin/installer.sh.in:
364 -instroduce normal die() function and renamed dialog based die()
365 to dialog_die()
366 * [r2335] Makefile, bin/installer.sh.in, functions/findhdd.sh[DEL],
367 functions/hwdetection.sh[ADD]:
368 -use hwdetection and drop findhdd
369 * [r2334] bin/installer.sh.in:
370 -check if includes exist before sourcing them
371 * [r2333] Makefile, bin/installer.sh.in:
372 -variable LIBDIR
373 * [r2332] Makefile, bin/installer.sh.in, conf[ADD],
374 conf/installer.conf[ADD]:
375 -introduce installer.conf
376 * [r2331] Makefile, systemd[ADD],
377 systemd/installer.service.in[ADD], systemd/mnt-cdrom.mount[ADD]:
378 -include systemd service files
379 * [r2330] Makefile:
380 -fixed whitespaces
381 * [r2329] Makefile:
382 -make all cmds variable
383 * [r2328] Makefile:
384 -fixed line breaks
385 * [r2327] Makefile:
386 -move file creation to make all section
387 * [r2326] Makefile:
388 -removed undefined DESTDIR variable
389 * [r2325] Makefile:
390 -use upper case variables
391 * [r2324] VERSION:
392 -changed to dev version 0.4.90
393 * [r2323] bin/installer.sh.in:
394 -fixed shebang
395 * [r2322] Makefile, bin/installer.sh.in:
396 -fixed dialogbox title, pathes and VCS header
397 * [r2321] bin/alxinstall-ng.sh.in[DEL], bin/installer.sh.in[CPY]:
398 -renamed alxinstall-ng.sh.in to installer.sh.in
399 * [r2320] .[ADD], ChangeLog[ADD], Makefile[ADD], VERSION[ADD],
400 bin[ADD], bin/alxinstall-ng.sh.in[ADD], functions[ADD],
401 functions/findhdd.sh[ADD], make-tarball.sh[ADD]:
402 -import alxinstall-ng-0.3.16
403