diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-03-21 00:57:41 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-03-21 00:57:41 +0000 |
commit | 994da7029302c5cf22935eaf52181d17480a1fef (patch) | |
tree | b1d97183c8c4b18c9b25815cb24f704bf8b85c3e | |
parent | 1138e0733cc95a29295c9da34e3fe1a8c2ada745 (diff) | |
download | draklive-install-994da7029302c5cf22935eaf52181d17480a1fef.tar draklive-install-994da7029302c5cf22935eaf52181d17480a1fef.tar.gz draklive-install-994da7029302c5cf22935eaf52181d17480a1fef.tar.bz2 draklive-install-994da7029302c5cf22935eaf52181d17480a1fef.tar.xz draklive-install-994da7029302c5cf22935eaf52181d17480a1fef.zip |
1.6
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 6 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,5 @@ NAME = draklive-install -VERSION = 1.5 +VERSION = 1.6 dli_confdir = ${sysconfdir}/$(NAME).d dli_sysconfigdir = $(dli_confdir)/sysconfig @@ -1,3 +1,9 @@ +1.6: +- fix unmounting disks in live root +- go on unmounting when one umount fails +- log when umount fails +- sync /var/log in installed root when needed + 1.5: - fix checking that available space is enough |