Magellan Linux

Contents of /tags/installer-simple-0_4_90_20140108_2/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


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