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 2657 by niro, Thu Jul 3 09:04:46 2014 UTC
# Line 1  Line 1 
1    2014-07-03  Niels Rogalla <niro@magellan-linux.de>
2    
3     * [r2656] functions/dracut.sh:
4      -really silence dracut pre/post-install
5     * [r2655] bin/installer.sh.in:
6      -fixed a stupid typo
7     * [r2654] bin/installer.sh.in:
8      -re-enabled zotac detection
9     * [r2653] Makefile, bin/installer.sh.in, conf/installer.conf.in:
10      -do not hardcore LIVEROOT as /mnt/cdrom; dracut mounts livecd at
11      /run/initramfs/live so we use that as default and make this more
12      configurable
13    
14    2014-07-02  Niels Rogalla <niro@magellan-linux.de>
15    
16     * [r2651] ChangeLog:
17      -updated ChangeLog
18     * [r2650] conf/installer.conf.in:
19      -fixed a nasty typo
20     * [r2648] ChangeLog:
21      -updated ChangeLog
22     * [r2647] Makefile:
23      -fixed broken IMAGEROOT and INSTALLROOT variables sed lines
24     * [r2645] ChangeLog:
25      -updated ChangeLog
26     * [r2644] functions/dracut.sh:
27      -run kernel post/pre install silent
28    
29    2014-04-02  Niels Rogalla <niro@magellan-linux.de>
30    
31     * [r2643] ChangeLog:
32      -updated ChangeLog
33     * [r2642] bin/installer.sh.in:
34      -use new DEFAULT_IMAGEROOT/IMAGEROOT variable
35     * [r2641] Makefile, systemd/installer.service.in,
36      systemd/mnt-cdrom.mount[DEL]:
37      -dropped mnt-cdrom.mount and using dracuts /run/initramfs/live
38      iso mount path
39     * [r2640] Makefile:
40      -rename DEFAULT_CDROOT variable in favor of configurable
41      DEFAULT_IMAGEROOT variable and make INSTALLROOT configurable too
42      and generate installer.conf
43     * [r2639] conf/installer.conf.in:
44      -rename DEFAULT_CDROOT variable in favor of configurable
45      DEFAULT_IMAGEROOT variable and make INSTALLROOT configurable too
46     * [r2638] conf/installer.conf[DEL], conf/installer.conf.in[CPY]:
47      -installer.conf renamed to installer.conf.in
48    
49    2014-01-08  Niels Rogalla <niro@magellan-linux.de>
50    
51     * [r2517] locale/de/installer.po, locale/installer.pot:
52      -updated locales
53     * [r2516] functions/installer-dialogs.sh:
54      -fixed OK_LABEL of dialog_install_successful()
55     * [r2515] locale/de/installer.po:
56      -fixed locale
57     * [r2513] ChangeLog:
58      -updated ChangeLog
59     * [r2512] locale/de/installer.po:
60      -updated locales
61     * [r2511] systemd/installer.service.in:
62      -conflict with getty service
63     * [r2509] ChangeLog:
64      -updated ChangeLog
65     * [r2508] Makefile, systemd/installer.service.in:
66      -make installer.service locale configurable
67     * [r2507] systemd/installer.service.in:
68      -fixed broken dependencies
69     * [r2506] systemd/installer.service.in:
70      -revert last commit
71     * [r2505] systemd/installer.service.in:
72      -fixed broken dependencies
73     * [r2504] Makefile:
74      -install installer.service
75     * [r2502] ChangeLog:
76      -updated ChangeLog
77     * [r2501] locale/de/installer.po, locale/installer.pot:
78      -updated locales
79     * [r2500] bin/installer.sh.in:
80      -simplify intel quirk
81     * [r2499] bin/installer.sh.in:
82      -fixed whitespaces
83     * [r2498] functions/installer-dialogs.sh:
84      -fixed dialog_setup_hdd_info(): drivenode broken
85     * [r2497] Makefile:
86      -remove installer.pot.dump and .pot.fixed at clean target
87     * [r2496] generate-po.sh:
88      - --unique switch of msguniq seems to be broken - it merge every
89      line which has the same beginning and does not compare the whole
90      line
91     * [r2495] generate-po.sh:
92      -keep original dump pot and fixed pot to make debugging easier
93     * [r2493] bin/installer.sh.in, functions/hwdetection.sh:
94      -fix locale handling: do not export LC_MESSAGES globally, use
95      LC_ALL=C on all commands which interprets the output
96     * [r2492] functions/hwdetection.sh:
97      -if requested use sudo on all commands which require root
98      privileges
99     * [r2491] bin/installer.sh.in, functions/hwdetection.sh:
100      -refactor hdd_size_below_256mb() as device_minimum_size()
101     * [r2490] functions/hwdetection.sh:
102      -drop create_initrd() function
103     * [r2489] bin/installer.sh.in:
104      -mount sanity check
105     * [r2488] bin/installer.sh.in, functions/common-dialogs.sh,
106      functions/dracut.sh, functions/hwdetection.sh:
107      -revert last commit
108     * [r2487] bin/installer.sh.in, functions/common-dialogs.sh,
109      functions/dracut.sh, functions/hwdetection.sh:
110      -mount sanity check
111     * [r2486] bin/installer.sh.in:
112      -only install /boot if not exist
113     * [r2485] bin/installer.sh.in:
114      -renamed install_mount_rootfs() -> mount_rootfs() and
115      install_umount_rootfs() -> mount_rootfs()
116     * [r2484] bin/installer.sh.in:
117      -more sorting
118     * [r2483] bin/installer.sh.in:
119      -fixed whitespaces
120     * [r2482] bin/installer.sh.in:
121      -sorted functions
122     * [r2481] bin/installer.sh.in:
123      -renamed dialog_hardware_detection() -> task_hardware_detection()
124     * [r2480] bin/installer.sh.in:
125      -dropped deprecated bootloader and initrd functions
126     * [r2479] bin/installer.sh.in:
127      -renamed dialog_setup_hdd_partitions_auto() to
128      task_setup_hdd_partitions_auto()
129     * [r2478] bin/installer.sh.in:
130      -renamed dialog_setup_hdd_partitions_manual() to
131      task_setup_hdd_partitions_manual()
132     * [r2477] bin/installer.sh.in, functions/installer-dialogs.sh:
133      -split dialog_main() into task_main() and the dialog itself to
134      dialog_main(), which moved to installer-dialogs.sh
135     * [r2476] bin/installer.sh.in, functions/hwdetection.sh:
136      -moved hdd_size_below_256mb() to hwdetection.sh
137     * [r2475] bin/installer.sh.in, functions/installer-dialogs.sh:
138      -split dialog_setup_system_menu() into task_setup_system_menu()
139      and the dialog itself to dialog_setup_system_menu(), which moved
140      to installer-dialogs.sh
141     * [r2474] bin/installer.sh.in, functions/installer-dialogs.sh:
142      -moved dialog_setup_hdd_info() dialog_setup_hdd_info_auto() to
143      installer-dialog.sh
144     * [r2473] bin/installer.sh.in:
145      -choose better variable names
146     * [r2472] bin/installer.sh.in:
147      -honor locales
148    
149  2014-01-07  Niels Rogalla <niro@magellan-linux.de>  2014-01-07  Niels Rogalla <niro@magellan-linux.de>
150    
151     * [r2471] bin/installer.sh.in:
152      -fixed whitespaces
153     * [r2470] bin/installer.sh.in:
154      -fixed dialog_hardware_detection()
155     * [r2469] bin/installer.sh.in:
156      -fixed dialog_setup_hdd_info()
157     * [r2468] bin/installer.sh.in:
158      -CANCEL_LABEL=Exit for dialog_main
159     * [r2467] bin/installer.sh.in:
160      -dialog_hardware_detection() size
161     * [r2466] functions/hwdetection.sh:
162      -added iface_has_link() function (from dracut)
163     * [r2465] Makefile:
164      -always create installer.sh and installer.service
165     * [r2462] make-tarball.sh:
166      -fixed repo uri
167     * [r2460] bin/installer.sh.in, functions/installer-dialogs.sh:
168      -fixed spelling
169     * [r2459] locale/de/installer.po, locale/installer.pot:
170      -updates locales
171     * [r2458] ChangeLog:
172      -updated ChangeLog
173   * [r2457] functions/common-dialogs.sh:   * [r2457] functions/common-dialogs.sh:
174    -revert the last commit    -revert the last commit
175   * [r2456] Makefile:   * [r2456] Makefile:

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