summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS15
2 files changed, 16 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 66c7eb1..9d77e01 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME = draklive-install
-VERSION = 1.8
+VERSION = 1.9
dli_confdir = ${sysconfdir}/$(NAME).d
dli_sysconfigdir = $(dli_confdir)/sysconfig
diff --git a/NEWS b/NEWS
index e9290ec..02f1d2f 100644
--- a/NEWS
+++ b/NEWS
@@ -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)