--- trunk/installer-simple/ChangeLog 2014/01/07 15:12:41 2458 +++ trunk/installer-simple/ChangeLog 2014/01/08 13:21:39 2502 @@ -1,5 +1,101 @@ +2014-01-08 Niels Rogalla + + * [r2501] locale/de/installer.po, locale/installer.pot: + -updated locales + * [r2500] bin/installer.sh.in: + -simplify intel quirk + * [r2499] bin/installer.sh.in: + -fixed whitespaces + * [r2498] functions/installer-dialogs.sh: + -fixed dialog_setup_hdd_info(): drivenode broken + * [r2497] Makefile: + -remove installer.pot.dump and .pot.fixed at clean target + * [r2496] generate-po.sh: + - --unique switch of msguniq seems to be broken - it merge every + line which has the same beginning and does not compare the whole + line + * [r2495] generate-po.sh: + -keep original dump pot and fixed pot to make debugging easier + * [r2493] bin/installer.sh.in, functions/hwdetection.sh: + -fix locale handling: do not export LC_MESSAGES globally, use + LC_ALL=C on all commands which interprets the output + * [r2492] functions/hwdetection.sh: + -if requested use sudo on all commands which require root + privileges + * [r2491] bin/installer.sh.in, functions/hwdetection.sh: + -refactor hdd_size_below_256mb() as device_minimum_size() + * [r2490] functions/hwdetection.sh: + -drop create_initrd() function + * [r2489] bin/installer.sh.in: + -mount sanity check + * [r2488] bin/installer.sh.in, functions/common-dialogs.sh, + functions/dracut.sh, functions/hwdetection.sh: + -revert last commit + * [r2487] bin/installer.sh.in, functions/common-dialogs.sh, + functions/dracut.sh, functions/hwdetection.sh: + -mount sanity check + * [r2486] bin/installer.sh.in: + -only install /boot if not exist + * [r2485] bin/installer.sh.in: + -renamed install_mount_rootfs() -> mount_rootfs() and + install_umount_rootfs() -> mount_rootfs() + * [r2484] bin/installer.sh.in: + -more sorting + * [r2483] bin/installer.sh.in: + -fixed whitespaces + * [r2482] bin/installer.sh.in: + -sorted functions + * [r2481] bin/installer.sh.in: + -renamed dialog_hardware_detection() -> task_hardware_detection() + * [r2480] bin/installer.sh.in: + -dropped deprecated bootloader and initrd functions + * [r2479] bin/installer.sh.in: + -renamed dialog_setup_hdd_partitions_auto() to + task_setup_hdd_partitions_auto() + * [r2478] bin/installer.sh.in: + -renamed dialog_setup_hdd_partitions_manual() to + task_setup_hdd_partitions_manual() + * [r2477] bin/installer.sh.in, functions/installer-dialogs.sh: + -split dialog_main() into task_main() and the dialog itself to + dialog_main(), which moved to installer-dialogs.sh + * [r2476] bin/installer.sh.in, functions/hwdetection.sh: + -moved hdd_size_below_256mb() to hwdetection.sh + * [r2475] bin/installer.sh.in, functions/installer-dialogs.sh: + -split dialog_setup_system_menu() into task_setup_system_menu() + and the dialog itself to dialog_setup_system_menu(), which moved + to installer-dialogs.sh + * [r2474] bin/installer.sh.in, functions/installer-dialogs.sh: + -moved dialog_setup_hdd_info() dialog_setup_hdd_info_auto() to + installer-dialog.sh + * [r2473] bin/installer.sh.in: + -choose better variable names + * [r2472] bin/installer.sh.in: + -honor locales + 2014-01-07 Niels Rogalla + * [r2471] bin/installer.sh.in: + -fixed whitespaces + * [r2470] bin/installer.sh.in: + -fixed dialog_hardware_detection() + * [r2469] bin/installer.sh.in: + -fixed dialog_setup_hdd_info() + * [r2468] bin/installer.sh.in: + -CANCEL_LABEL=Exit for dialog_main + * [r2467] bin/installer.sh.in: + -dialog_hardware_detection() size + * [r2466] functions/hwdetection.sh: + -added iface_has_link() function (from dracut) + * [r2465] Makefile: + -always create installer.sh and installer.service + * [r2462] make-tarball.sh: + -fixed repo uri + * [r2460] bin/installer.sh.in, functions/installer-dialogs.sh: + -fixed spelling + * [r2459] locale/de/installer.po, locale/installer.pot: + -updates locales + * [r2458] ChangeLog: + -updated ChangeLog * [r2457] functions/common-dialogs.sh: -revert the last commit * [r2456] Makefile: