diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 15 |
2 files changed, 16 insertions, 1 deletions
@@ -1,5 +1,5 @@ NAME = draklive-install -VERSION = 1.8 +VERSION = 1.9 dli_confdir = ${sysconfdir}/$(NAME).d dli_sysconfigdir = $(dli_confdir)/sysconfig @@ -1,3 +1,18 @@ +1.9: +- do not install bootloader on live device (useful for Mandriva Flash) +- get list of files to be removed from /etc/draklive-install.d/remove.d/ +- do not allow update-menus to create home directory with invalid perms +- allow to specify custom copy source in /etc/sysconfig/draklive-install + (to copy unmodified distro from Mandriva Flash) +- clean fstab in the live system (since partitions UUIDs of the + installed system have been modified) +- remove hds from harddrake config in live system too so that they get + reconfigured at next reboot +- umount partitions later + (because g-v-m might have mounted them in the meantime) +- use wrapper to lock media managers during live install + (not to get popups/automounts about new partitions) + 1.8: - do not crash when no valid devices is found (#36377) |