Magellan Linux

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

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