diff options
author | Thomas Backlund <tmb@mageia.org> | 2012-04-22 19:59:47 +0000 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2012-04-22 19:59:47 +0000 |
commit | 4810ab5043d7e6b8ebfe68eb09434c86bcc11e6f (patch) | |
tree | 259bbe2b9dde23a61a070a0e18b14112ba40794b | |
parent | 1940fb73c0026847ae26400b37575273eabde23e (diff) | |
download | draklive-4810ab5043d7e6b8ebfe68eb09434c86bcc11e6f.tar draklive-4810ab5043d7e6b8ebfe68eb09434c86bcc11e6f.tar.gz draklive-4810ab5043d7e6b8ebfe68eb09434c86bcc11e6f.tar.bz2 draklive-4810ab5043d7e6b8ebfe68eb09434c86bcc11e6f.tar.xz draklive-4810ab5043d7e6b8ebfe68eb09434c86bcc11e6f.zip |
2.02.0
-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 |