--- trunk/installer-simple/ChangeLog 2014/07/02 11:27:32 2645 +++ trunk/installer-simple/ChangeLog 2016/02/03 13:57:26 2938 @@ -1,5 +1,72 @@ +2016-02-03 Niels Rogalla + + * [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