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 2452 by niro, Tue Jan 7 15:03:12 2014 UTC revision 2458 by niro, Tue Jan 7 15:12:41 2014 UTC
# Line 1  Line 1 
1    2014-01-07  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r2457] functions/common-dialogs.sh:
4      -revert the last commit
5     * [r2456] Makefile:
6      -only re-create bin/installer.sh and systemd/installer.service on
7      changes
8     * [r2455] Makefile:
9      -install generated mo files
10     * [r2454] Makefile:
11      -apply SYSCONFDIR
12     * [r2453] Makefile:
13      -revert last commit
14     * [r2452] ChangeLog, Makefile, functions/common-dialogs.sh:
15      -apply SYSCONFDIR
16     * [r2451] Makefile:
17      -make pot messages unique
18     * [r2450] Makefile:
19      -generate pot from all provided functions
20     * [r2449] Makefile:
21      -install all required functions
22     * [r2448] Makefile:
23      -make pkg-config and cat commands variable too
24     * [r2447] Makefile:
25      -fixed broken default SYSCONFDIR
26     * [r2446] bin/installer.sh.in, functions/dracut.sh[ADD],
27      functions/grub.sh[ADD], functions/grub2.sh[ADD],
28      functions/mkinitrd.sh[ADD]:
29      -disable old mkinitrd and bootloader functions (will get removed
30      soon) and add includes to support grub1, grub2, mkinitrd and
31      dracut
32     * [r2445] functions/common.sh[ADD]:
33      -add common.sh
34     * [r2444] bin/installer.sh.in:
35      -use addconfig() where possible and fixed a grub-mkdevicemap
36      error message
37     * [r2443] bin/installer.sh.in:
38      -install_system_settings(): use addconfig()
39     * [r2442] bin/installer.sh.in:
40      -only apply framebuffer quirk if fbsplash is used
41     * [r2441] bin/installer.sh.in:
42      -always use uuids and removed obsolete is_uuid_supported()
43      function
44     * [r2440] bin/installer.sh.in:
45      -use callers of bootloader.sh and initrd-tools.sh includes
46     * [r2439] bin/installer.sh.in:
47      is_initrd_supported() is provided by initrd-tools
48     * [r2438] bin/installer.sh.in:
49      -get_uuid() is provided by hwdetection
50     * [r2437] bin/installer.sh.in:
51      -sanitize SWAPHDD and BOOTHDD variables for the future
52     * [r2436] bin/installer.sh.in:
53      -use chrooted() from hwdetection
54     * [r2435] bin/installer.sh.in:
55      -add more mount sanity checks
56     * [r2434] bin/installer.sh.in:
57      -use pushd/popd instead of simple cd
58     * [r2433] bin/installer.sh.in:
59      -use pushd/popd instead of simple cd
60     * [r2432] bin/installer.sh.in:
61      -support more filesystems rather than only ext3
62     * [r2431] bin/installer.sh.in:
63      -add a note about an improved smartcard detection method
64     * [r2430] bin/installer.sh.in:
65      -commented unused stuff
66     * [r2429] bin/installer.sh.in:
67      -moved run_hardware_detection_disks() to a better place
68     * [r2428] bin/installer.sh.in, functions/bootloader.sh[ADD],
69      functions/initrd-tools.sh[ADD]:
70      -select bootloader and initrd via an include which calls the
71      right routines
72     * [r2427] bin/installer.sh.in, functions/installer-dialogs.sh:
73      -introduce dialog_install_initrd()
74     * [r2426] bin/installer.sh.in, functions/installer-dialogs.sh:
75      -moved serveral dialog functions to install-dialogs and use
76      common-dialog functions for them
77     * [r2425] bin/installer.sh.in:
78      dialog_main(): use menubox()
79     * [r2424] bin/installer.sh.in:
80      -select better variable names
81     * [r2423] bin/installer.sh.in:
82      -renamed dialog_install_meter() to install_meter()
83     * [r2422] bin/installer.sh.in, functions/installer-dialogs.sh:
84      -introduce dialog_select_target_harddrive() function
85     * [r2421] bin/installer.sh.in, functions/installer-dialogs.sh:
86      -introduce dialog_no_harddrive_found() function
87     * [r2420] functions/common-dialogs.sh,
88      functions/installer-dialogs.sh[ADD]:
89      -moved welcome() and finish() to installer-dialogs and use
90      messagebox()
91     * [r2419] bin/installer.sh.in:
92      $installdevs was replaced with $ALL_DISKS in hardware-detection
93      routines
94     * [r2418] bin/installer.sh.in:
95      $installdevs was replaced with $ALL_DISKS in hardware-detection
96      routines
97     * [r2417] bin/installer.sh.in:
98      dialog_hardware_detection(): use messagebox()
99     * [r2416] bin/installer.sh.in:
100      dialog_setup_system_menu(): use menubox()
101     * [r2415] bin/installer.sh.in:
102      -fixed wrong var
103     * [r2414] bin/installer.sh.in:
104      -fixed wrong var
105     * [r2413] bin/installer.sh.in:
106      -setup_hdd_partitions_manuell -> setup_hdd_partitions_manual,
107      -dialog_setup_hdd_partitions_manuell ->
108      -dialog_setup_hdd_partitions_manual
109     * [r2412] bin/installer.sh.in:
110      -select better variable names
111     * [r2411] bin/installer.sh.in:
112      dialog_set_hdd_info_*(): use messagebox() from common-dialogs
113     * [r2410] bin/installer.sh.in:
114      -use bash substition instead of sed
115     * [r2409] bin/installer.sh.in:
116      -set some traps to abort in a safe manner
117     * [r2408] functions/hwdetection.sh:
118      -introduce is_mounted() function and use it
119     * [r2407] functions/hwdetection.sh:
120      -fixed whitespaces
121     * [r2406] functions/hwdetection.sh:
122      -fixed broken get_hwinfo_smp()
123     * [r2405] functions/hwdetection.sh:
124      -simlify commands by removing cut call
125     * [r2404] bin/installer.sh.in:
126      -use more defaults from installer.conf
127     * [r2403] bin/installer.sh.in:
128      -do not call hwdetection.sh include twice
129     * [r2402] bin/installer.sh.in:
130      -call common.sh, common-dialogs.sh, hwdetection.sh and
131      install-dialogs.sh
132     * [r2401] bin/installer.sh.in:
133      -call includes via loop to simplify things
134     * [r2400] conf/installer.conf:
135      ore default settings via config file
136     * [r2399] bin/installer.sh.in:
137      -only support one ROOTHDD partition and drop all _flash()
138      functions
139     * [r2398] bin/installer.sh.in:
140      dialog_warning() use yesnobox from common-dialogs.sh
141     * [r2397] bin/installer.sh.in:
142      -moved die() to top - it should be the first function as it gets
143      called by the includes
144     * [r2396] functions/common-dialogs.sh:
145      -added menubox() function to print menuboxes
146     * [r2395] functions/common-dialogs.sh:
147      -added infobox() function to print infoboxes
148     * [r2394] functions/common-dialogs.sh:
149      -change some default sizes
150     * [r2393] functions/common-dialogs.sh:
151      -empty headers are allowed
152     * [r2392] functions/common-dialogs.sh:
153      -use getopts
154     * [r2391] functions/common-dialogs.sh:
155      -renamed yesno() to yesnobox()
156     * [r2390] functions/common-dialogs.sh:
157      -renamed gauge() to gaugebox()
158     * [r2389] functions/common-dialogs.sh:
159      -define default OK_LABEL and CANCEL_LABEL
160    
161  2014-01-06  Niels Rogalla <niro@magellan-linux.de>  2014-01-06  Niels Rogalla <niro@magellan-linux.de>
162    
163   * [r2357] generate-po.sh:   * [r2357] generate-po.sh:

Legend:
Removed from v.2452  
changed lines
  Added in v.2458