Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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