summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS7
2 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d80b0b5..d6e3d0d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME = draklive-install
-VERSION = 1.2
+VERSION = 1.3
all install:
make $(MAKECMDGOALS) -C po
diff --git a/NEWS b/NEWS
index aa4176b..fa2c26a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+1.3
+- mount /proc and /sys before install (for mkinitrd to find drivers)
+- create devices early to have a consistent root before calling other
+ programs (so that /dev/null does not become a plain file when
+ accessed by other programs, thanks rtp!)
+- don't die when unmounting fails
+
1.2:
- better fix for mdkonline