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

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