--- trunk/installer-simple/ChangeLog 2014/01/07 15:03:12 2452 +++ trunk/installer-simple/ChangeLog 2014/01/07 15:12:41 2458 @@ -1,3 +1,163 @@ +2014-01-07 Niels Rogalla + + * [r2457] functions/common-dialogs.sh: + -revert the last commit + * [r2456] Makefile: + -only re-create bin/installer.sh and systemd/installer.service on + changes + * [r2455] Makefile: + -install generated mo files + * [r2454] Makefile: + -apply SYSCONFDIR + * [r2453] Makefile: + -revert last commit + * [r2452] ChangeLog, Makefile, functions/common-dialogs.sh: + -apply SYSCONFDIR + * [r2451] Makefile: + -make pot messages unique + * [r2450] Makefile: + -generate pot from all provided functions + * [r2449] Makefile: + -install all required functions + * [r2448] Makefile: + -make pkg-config and cat commands variable too + * [r2447] Makefile: + -fixed broken default SYSCONFDIR + * [r2446] bin/installer.sh.in, functions/dracut.sh[ADD], + functions/grub.sh[ADD], functions/grub2.sh[ADD], + functions/mkinitrd.sh[ADD]: + -disable old mkinitrd and bootloader functions (will get removed + soon) and add includes to support grub1, grub2, mkinitrd and + dracut + * [r2445] functions/common.sh[ADD]: + -add common.sh + * [r2444] bin/installer.sh.in: + -use addconfig() where possible and fixed a grub-mkdevicemap + error message + * [r2443] bin/installer.sh.in: + -install_system_settings(): use addconfig() + * [r2442] bin/installer.sh.in: + -only apply framebuffer quirk if fbsplash is used + * [r2441] bin/installer.sh.in: + -always use uuids and removed obsolete is_uuid_supported() + function + * [r2440] bin/installer.sh.in: + -use callers of bootloader.sh and initrd-tools.sh includes + * [r2439] bin/installer.sh.in: + is_initrd_supported() is provided by initrd-tools + * [r2438] bin/installer.sh.in: + -get_uuid() is provided by hwdetection + * [r2437] bin/installer.sh.in: + -sanitize SWAPHDD and BOOTHDD variables for the future + * [r2436] bin/installer.sh.in: + -use chrooted() from hwdetection + * [r2435] bin/installer.sh.in: + -add more mount sanity checks + * [r2434] bin/installer.sh.in: + -use pushd/popd instead of simple cd + * [r2433] bin/installer.sh.in: + -use pushd/popd instead of simple cd + * [r2432] bin/installer.sh.in: + -support more filesystems rather than only ext3 + * [r2431] bin/installer.sh.in: + -add a note about an improved smartcard detection method + * [r2430] bin/installer.sh.in: + -commented unused stuff + * [r2429] bin/installer.sh.in: + -moved run_hardware_detection_disks() to a better place + * [r2428] bin/installer.sh.in, functions/bootloader.sh[ADD], + functions/initrd-tools.sh[ADD]: + -select bootloader and initrd via an include which calls the + right routines + * [r2427] bin/installer.sh.in, functions/installer-dialogs.sh: + -introduce dialog_install_initrd() + * [r2426] bin/installer.sh.in, functions/installer-dialogs.sh: + -moved serveral dialog functions to install-dialogs and use + common-dialog functions for them + * [r2425] bin/installer.sh.in: + dialog_main(): use menubox() + * [r2424] bin/installer.sh.in: + -select better variable names + * [r2423] bin/installer.sh.in: + -renamed dialog_install_meter() to install_meter() + * [r2422] bin/installer.sh.in, functions/installer-dialogs.sh: + -introduce dialog_select_target_harddrive() function + * [r2421] bin/installer.sh.in, functions/installer-dialogs.sh: + -introduce dialog_no_harddrive_found() function + * [r2420] functions/common-dialogs.sh, + functions/installer-dialogs.sh[ADD]: + -moved welcome() and finish() to installer-dialogs and use + messagebox() + * [r2419] bin/installer.sh.in: + $installdevs was replaced with $ALL_DISKS in hardware-detection + routines + * [r2418] bin/installer.sh.in: + $installdevs was replaced with $ALL_DISKS in hardware-detection + routines + * [r2417] bin/installer.sh.in: + dialog_hardware_detection(): use messagebox() + * [r2416] bin/installer.sh.in: + dialog_setup_system_menu(): use menubox() + * [r2415] bin/installer.sh.in: + -fixed wrong var + * [r2414] bin/installer.sh.in: + -fixed wrong var + * [r2413] bin/installer.sh.in: + -setup_hdd_partitions_manuell -> setup_hdd_partitions_manual, + -dialog_setup_hdd_partitions_manuell -> + -dialog_setup_hdd_partitions_manual + * [r2412] bin/installer.sh.in: + -select better variable names + * [r2411] bin/installer.sh.in: + dialog_set_hdd_info_*(): use messagebox() from common-dialogs + * [r2410] bin/installer.sh.in: + -use bash substition instead of sed + * [r2409] bin/installer.sh.in: + -set some traps to abort in a safe manner + * [r2408] functions/hwdetection.sh: + -introduce is_mounted() function and use it + * [r2407] functions/hwdetection.sh: + -fixed whitespaces + * [r2406] functions/hwdetection.sh: + -fixed broken get_hwinfo_smp() + * [r2405] functions/hwdetection.sh: + -simlify commands by removing cut call + * [r2404] bin/installer.sh.in: + -use more defaults from installer.conf + * [r2403] bin/installer.sh.in: + -do not call hwdetection.sh include twice + * [r2402] bin/installer.sh.in: + -call common.sh, common-dialogs.sh, hwdetection.sh and + install-dialogs.sh + * [r2401] bin/installer.sh.in: + -call includes via loop to simplify things + * [r2400] conf/installer.conf: + ore default settings via config file + * [r2399] bin/installer.sh.in: + -only support one ROOTHDD partition and drop all _flash() + functions + * [r2398] bin/installer.sh.in: + dialog_warning() use yesnobox from common-dialogs.sh + * [r2397] bin/installer.sh.in: + -moved die() to top - it should be the first function as it gets + called by the includes + * [r2396] functions/common-dialogs.sh: + -added menubox() function to print menuboxes + * [r2395] functions/common-dialogs.sh: + -added infobox() function to print infoboxes + * [r2394] functions/common-dialogs.sh: + -change some default sizes + * [r2393] functions/common-dialogs.sh: + -empty headers are allowed + * [r2392] functions/common-dialogs.sh: + -use getopts + * [r2391] functions/common-dialogs.sh: + -renamed yesno() to yesnobox() + * [r2390] functions/common-dialogs.sh: + -renamed gauge() to gaugebox() + * [r2389] functions/common-dialogs.sh: + -define default OK_LABEL and CANCEL_LABEL + 2014-01-06 Niels Rogalla * [r2357] generate-po.sh: