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

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