Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log


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