summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS13
2 files changed, 14 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e40a9f7..346acaa 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME = draklive-install
-VERSION = 1.3
+VERSION = 1.4
dli_confdir = ${sysconfdir}/$(NAME).d
dli_sysconfigdir = $(dli_confdir)/sysconfig
diff --git a/NEWS b/NEWS
index e2eedf9..4bda9ca 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+1.4:
+- check available space before formatting and installing (#22764)
+- display error message and exit if install (files copy) failed
+ (#22764)
+- print an error message when the partitioning fails instead of dying
+- run partition step in a loop while errors occur
+- detect disks later to make startup faster
+- do not hardcode first boot config files, copy them from
+ /etc/draklive-install.d/sysconfig
+- read live user from /etc/draklive-install.d/user
+- add more wait messages
+- update advert (from Hélène)
+
1.3:
- mount /proc and /sys before install (for mkinitrd to find drivers)
- create devices early to have a consistent root before calling other