Magellan Linux

Annotation of /tags/installer-simple-0_4_90_20140701_3/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


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