diff options
Diffstat (limited to 'images')
-rw-r--r-- | images/Makefile | 4 | ||||
-rw-r--r-- | images/NEWS | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/images/Makefile b/images/Makefile index 850b7b83b..d535c7c1e 100644 --- a/images/Makefile +++ b/images/Makefile @@ -1,6 +1,6 @@ include ../Makefile.config -VERSION=1.50 +VERSION=1.51 PRODUCT=drakx-installer-images KERNELS=$(shell rpm -qf /lib/modules/2.*) @@ -37,7 +37,7 @@ dist-svn: svn export -q -rBASE . $(PRODUCT)-$(VERSION)/images svn export -q -rBASE ../kernel $(PRODUCT)-$(VERSION)/kernel cp ../Makefile.config $(PRODUCT)-$(VERSION)/ - tar cfj $(PRODUCT)-$(VERSION).tar.bz2 $(PRODUCT)-$(VERSION) + tar cfa $(PRODUCT)-$(VERSION).tar.xz $(PRODUCT)-$(VERSION) rm -rf $(PRODUCT)-$(VERSION) dist-git: diff --git a/images/NEWS b/images/NEWS index 3e05a6080..d4fcbe650 100644 --- a/images/NEWS +++ b/images/NEWS @@ -1,3 +1,8 @@ +Version 1.51 - 2 Apr 2011, by Thomas Backlund + +- update modules list needed for md raid456 and dm-raid 4/5/6 target +- compress tarball with xz + Version 1.50 - 13 Oct 2010, by Thierry Vignaud - 2011.0 build |