diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-06-02 17:14:27 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-06-02 17:14:27 +0000 |
commit | 3720f568adc98b597521e02d563f910bb03ae492 (patch) | |
tree | 12afeb5a7d56251ba813deb81f8e7792cb1bf5b1 | |
parent | 64cbc2c3974b233d01a9743a142a72477b9a69fd (diff) | |
download | draklive-install-3720f568adc98b597521e02d563f910bb03ae492.tar draklive-install-3720f568adc98b597521e02d563f910bb03ae492.tar.gz draklive-install-3720f568adc98b597521e02d563f910bb03ae492.tar.bz2 draklive-install-3720f568adc98b597521e02d563f910bb03ae492.tar.xz draklive-install-3720f568adc98b597521e02d563f910bb03ae492.zip |
1.9
-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) |