2016-06-16 Niels Rogalla * [r2951] locale/de/installer.po, locale/installer.pot: -updated locales * [r2950] bin/installer.sh.in: -fixed broken fstab 2016-06-13 Niels Rogalla * [r2948] bin/installer.sh.in: -re-worked auto partition setup * [r2946] make-tarball.sh: -update ssh user * [r2945] ChangeLog: -updated ChangeLog * [r2944] locale/de/installer.po: -updated msg strings * [r2943] locale/installer.pot: -updated msg strings * [r2942] bin/installer.sh.in: -fixed a typo * [r2941] bin/installer.sh.in: -grub2 seems not to be compatible with ext4 again - fixme! * [r2940] bin/installer.sh.in: -fixed broken filesystem setup with f2fs 2016-02-03 Niels Rogalla * [r2938] ChangeLog: -updated ChangeLog * [r2937] bin/installer.sh.in: -fixed broken hdd selection logic * [r2932] ChangeLog: -updated ChangeLog * [r2931] VERSION: -version 0.4.91-DEV * [r2930] bin/installer.sh.in: -support cmdline overrides of liveroot, imageroot, install root and filesystem 2015-07-31 Niels Rogalla * [r2892] bin/installer.sh.in, functions/mkinitrd.sh: -added more hardware quirks * [r2891] bin/installer.sh.in: -variable INSTALL_METHOD was not initialized * [r2890] bin/installer.sh.in: -detect flashdisk on auto installation and setup them propably on zotac devices * [r2889] bin/installer.sh.in: -unload swap too on trap_exit * [r2888] bin/installer.sh.in: -always use -t fstype with mount to prevent errors in cases where the filesysystem kernel module was not already loaded * [r2887] bin/installer.sh.in, functions/installer-dialogs.sh: -added rudimentary f2fs support * [r2886] bin/installer.sh.in: -set all essential env variables at the same place * [r2885] bin/installer.sh.in, functions/installer-dialogs.sh, functions/mkinitrd.sh: -introduce single mode and allow diffrent filesystems for rootfs/bootfs partitions * [r2884] bin/installer.sh.in: -drop falsy included function * [r2883] bin/installer.sh.in: -not every mkfs.FS prog like the -q option, pipe the output into a log file instead * [r2882] bin/installer.sh.in, functions/installer-dialogs.sh: -consolidate install functions for every single method 2014-07-03 Niels Rogalla * [r2657] ChangeLog: -updated ChangeLog * [r2656] functions/dracut.sh: -really silence dracut pre/post-install * [r2655] bin/installer.sh.in: -fixed a stupid typo * [r2654] bin/installer.sh.in: -re-enabled zotac detection * [r2653] Makefile, bin/installer.sh.in, conf/installer.conf.in: -do not hardcore LIVEROOT as /mnt/cdrom; dracut mounts livecd at /run/initramfs/live so we use that as default and make this more configurable 2014-07-02 Niels Rogalla * [r2651] ChangeLog: -updated ChangeLog * [r2650] conf/installer.conf.in: -fixed a nasty typo * [r2648] ChangeLog: -updated ChangeLog * [r2647] Makefile: -fixed broken IMAGEROOT and INSTALLROOT variables sed lines * [r2645] ChangeLog: -updated ChangeLog * [r2644] functions/dracut.sh: -run kernel post/pre install silent 2014-04-02 Niels Rogalla * [r2643] ChangeLog: -updated ChangeLog * [r2642] bin/installer.sh.in: -use new DEFAULT_IMAGEROOT/IMAGEROOT variable * [r2641] Makefile, systemd/installer.service.in, systemd/mnt-cdrom.mount[DEL]: -dropped mnt-cdrom.mount and using dracuts /run/initramfs/live iso mount path * [r2640] Makefile: -rename DEFAULT_CDROOT variable in favor of configurable DEFAULT_IMAGEROOT variable and make INSTALLROOT configurable too and generate installer.conf * [r2639] conf/installer.conf.in: -rename DEFAULT_CDROOT variable in favor of configurable DEFAULT_IMAGEROOT variable and make INSTALLROOT configurable too * [r2638] conf/installer.conf[DEL], conf/installer.conf.in[CPY]: -installer.conf renamed to installer.conf.in 2014-01-08 Niels Rogalla * [r2517] locale/de/installer.po, locale/installer.pot: -updated locales * [r2516] functions/installer-dialogs.sh: -fixed OK_LABEL of dialog_install_successful() * [r2515] locale/de/installer.po: -fixed locale * [r2513] ChangeLog: -updated ChangeLog * [r2512] locale/de/installer.po: -updated locales * [r2511] systemd/installer.service.in: -conflict with getty service * [r2509] ChangeLog: -updated ChangeLog * [r2508] Makefile, systemd/installer.service.in: -make installer.service locale configurable * [r2507] systemd/installer.service.in: -fixed broken dependencies * [r2506] systemd/installer.service.in: -revert last commit * [r2505] systemd/installer.service.in: -fixed broken dependencies * [r2504] Makefile: -install installer.service * [r2502] ChangeLog: -updated ChangeLog * [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: -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: -introduce unique_pot() to fix duplicated entries in pot files * [r2356] generate-po.sh: -fixed sorting on update with msgmerge bia --sort-by-files switch * [r2355] generate-po.sh: -use msginit to create initial po files to have valid header information included * [r2354] generate-po.sh: -fixed whitespaces * [r2353] locale/de/installer.po, locale/installer.pot: -updated locale data 2014-01-04 Niels Rogalla * [r2352] locale[ADD], locale/de[ADD], locale/de/installer.po[ADD], locale/installer.pot[ADD]: -initial localization * [r2351] Makefile: -create and install localization * [r2350] generate-po.sh[ADD]: added localization helper 2014-01-03 Niels Rogalla * [r2349] Makefile: -fixed a typo * [r2348] Makefile: -fixed a typo * [r2347] Makefile: -fixed a typo * [r2346] functions/common-dialogs.sh[CPY], functions/common.sh[DEL]: -renamed common.sh to common-dialogs.sh * [r2345] bin/installer.sh.in: -removed which dependency * [r2344] bin/installer.sh.in: use hwdetection via hwinfo with run_hardware_detection_disks() function * [r2343] bin/installer.sh.in, conf/installer.conf: -renamed CDPATH variable to CDROOT * [r2342] bin/installer.sh.in, conf/installer.conf: -renamed INSTALLPATH variable to INSTALLROOT * [r2341] bin/installer.sh.in: -fixed whitespaces and variable escaping * [r2340] bin/installer.sh.in: -always declare used variables and check if included one are sane and sort the variables for better readability. * [r2339] bin/installer.sh.in: -ignore the environment, always use C lcoale * [r2338] ChangeLog: -updated ChangeLog * [r2337] functions/common.sh[ADD]: -add some common dialog functions * [r2336] bin/installer.sh.in: -instroduce normal die() function and renamed dialog based die() to dialog_die() * [r2335] Makefile, bin/installer.sh.in, functions/findhdd.sh[DEL], functions/hwdetection.sh[ADD]: -use hwdetection and drop findhdd * [r2334] bin/installer.sh.in: -check if includes exist before sourcing them * [r2333] Makefile, bin/installer.sh.in: -variable LIBDIR * [r2332] Makefile, bin/installer.sh.in, conf[ADD], conf/installer.conf[ADD]: -introduce installer.conf * [r2331] Makefile, systemd[ADD], systemd/installer.service.in[ADD], systemd/mnt-cdrom.mount[ADD]: -include systemd service files * [r2330] Makefile: -fixed whitespaces * [r2329] Makefile: -make all cmds variable * [r2328] Makefile: -fixed line breaks * [r2327] Makefile: -move file creation to make all section * [r2326] Makefile: -removed undefined DESTDIR variable * [r2325] Makefile: -use upper case variables * [r2324] VERSION: -changed to dev version 0.4.90 * [r2323] bin/installer.sh.in: -fixed shebang * [r2322] Makefile, bin/installer.sh.in: -fixed dialogbox title, pathes and VCS header * [r2321] bin/alxinstall-ng.sh.in[DEL], bin/installer.sh.in[CPY]: -renamed alxinstall-ng.sh.in to installer.sh.in * [r2320] .[ADD], ChangeLog[ADD], Makefile[ADD], VERSION[ADD], bin[ADD], bin/alxinstall-ng.sh.in[ADD], functions[ADD], functions/findhdd.sh[ADD], make-tarball.sh[ADD]: -import alxinstall-ng-0.3.16