diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2009-06-12 13:55:08 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2009-06-12 13:55:08 +0000 |
commit | 1a5ffda8bfcd36291823e1521e552ba295b71d34 (patch) | |
tree | f48a92bd6c74ebfd155801d66d7fa95ae5d0c3e2 | |
parent | 0024a01a52d968376c0af9d75d7c11badf0b1eaa (diff) | |
download | drakx-1a5ffda8bfcd36291823e1521e552ba295b71d34.tar drakx-1a5ffda8bfcd36291823e1521e552ba295b71d34.tar.gz drakx-1a5ffda8bfcd36291823e1521e552ba295b71d34.tar.bz2 drakx-1a5ffda8bfcd36291823e1521e552ba295b71d34.tar.xz drakx-1a5ffda8bfcd36291823e1521e552ba295b71d34.zip |
use blkid instead of vol_id which we no longer ship
-rw-r--r-- | perl-install/Makefile.config | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 4 | ||||
-rw-r--r-- | perl-install/install/share/list.xml | 2 |
3 files changed, 6 insertions, 2 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index a56b3d34b..6c0e5f8c2 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,5 +1,5 @@ # -*- Makefile -*- -VERSION:=12.38 +VERSION:=12.39 SUDO = sudo TMPDIR = /tmp diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 36b7c25f5..541a00264 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,8 @@ +Version 12.39 - 12 Jun 2009 + - use Hal list of recovery partitions (#51532) +- use blkid instead of vol_id which we no longer ship +- properly handle hidden variables Version 12.36 - 29 May 2009 diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index 9c1aedbbb..5070ad2f9 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -16,7 +16,6 @@ mount mount.nfs umount <mode copy="dereference"> - vol_id <!-- needed by libDrakX --> usb_id <!-- needed by mouse::detect --> </mode> @@ -181,6 +180,7 @@ /usr/share/terminfo/l/linux /bin/brltty /sbin/mount.ntfs-3g <!-- can not be expanded as binary, not executable for all users --> + /sbin/blkid /usr/bin/drakx-matchbox-window-manager /usr/share/matchbox/mbnoapp.xpm |