Magellan Linux

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.2338  
changed lines
  Added in v.2657