summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
-rw-r--r--NEWS5
2 files changed, 7 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 161c78e..09b6fd4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME = draklive
-VERSION = 1.4
+VERSION = 2.0
check:
perl -cw -I./lib $(NAME)
@@ -23,7 +23,7 @@ dis: clean
dist-svn:
rm -rf $(NAME)-$(VERSION)
svn export -q -rBASE . $(NAME)-$(VERSION)
- tar cfJ ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION)
+ tar cfa ../$(NAME)-$(VERSION).tar.xz $(NAME)-$(VERSION)
rm -rf $(NAME)-$(VERSION)
dist-git:
diff --git a/NEWS b/NEWS
index 8541b51..1cf6fef 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+2.0:
+
+* adapt for creating Mageia 2 livecds
+ we now rely on udev, systemd and dracut
+
1.4:
- use gfxboot.c32 as graphical boot loader