diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | NEWS | 5 |
2 files changed, 7 insertions, 2 deletions
@@ -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: @@ -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 |