Magellan Linux

Diff of /trunk/installer-simple/ChangeLog

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

revision 2458 by niro, Tue Jan 7 15:12:41 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>  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:   * [r2457] functions/common-dialogs.sh:
233    -revert the last commit    -revert the last commit
234   * [r2456] Makefile:   * [r2456] Makefile:

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