Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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