Magellan Linux

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

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