diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-02-11 19:08:07 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-02-11 19:08:07 +0000 |
commit | 22bc0dd2521229984419543c925a33632c3dea8a (patch) | |
tree | 9f0a33dee8c4fe7af0290862beab27f9b2148af9 /mdk-stage1 | |
parent | 5c57d8cf2d21a73e5b5d15e078e82b214d15a006 (diff) | |
download | drakx-22bc0dd2521229984419543c925a33632c3dea8a.tar drakx-22bc0dd2521229984419543c925a33632c3dea8a.tar.gz drakx-22bc0dd2521229984419543c925a33632c3dea8a.tar.bz2 drakx-22bc0dd2521229984419543c925a33632c3dea8a.tar.xz drakx-22bc0dd2521229984419543c925a33632c3dea8a.zip |
1.20
Diffstat (limited to 'mdk-stage1')
-rw-r--r-- | mdk-stage1/Makefile | 2 | ||||
-rw-r--r-- | mdk-stage1/NEWS | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/mdk-stage1/Makefile b/mdk-stage1/Makefile index 5ddaf9538..3e3024ca8 100644 --- a/mdk-stage1/Makefile +++ b/mdk-stage1/Makefile @@ -15,7 +15,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -VERSION=1.19 +VERSION=1.20 PRODUCT=drakx-installer-binaries # diff --git a/mdk-stage1/NEWS b/mdk-stage1/NEWS index 045f13705..4ad440233 100644 --- a/mdk-stage1/NEWS +++ b/mdk-stage1/NEWS @@ -1,3 +1,9 @@ +1.20: +- probe-modules: + o handle the "--usb" option instead of "usb" + o load module passed as argument (if any), instead of probing bus +- switch to modules.dep from /lib/modules/`uname -r`, containing full filename + 1.19: - rebuild with list_modules to handle atl2 ethernet driver |