diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-07-31 09:50:26 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-07-31 09:50:26 +0000 |
commit | fb13c58c512259986a7b96f415d0b29e3250bace (patch) | |
tree | 23fc002705d20e1197c56e8a91f7604b32c8ad2a /perl-install/install | |
parent | 90f12cd54fabaad6e2d36af7033e2108fc05babf (diff) | |
download | drakx-fb13c58c512259986a7b96f415d0b29e3250bace.tar drakx-fb13c58c512259986a7b96f415d0b29e3250bace.tar.gz drakx-fb13c58c512259986a7b96f415d0b29e3250bace.tar.bz2 drakx-fb13c58c512259986a7b96f415d0b29e3250bace.tar.xz drakx-fb13c58c512259986a7b96f415d0b29e3250bace.zip |
rescuept is no more in util-linux, so
- diskdrake: drop "Rescue partition table" feature
(was based on rescuept which has been dropped in util-linux, but was quite
bad compared to testdisk anyway)
- rescue: remove rescuept (use testdisk instead, which is much nicer)
Diffstat (limited to 'perl-install/install')
-rw-r--r-- | perl-install/install/NEWS | 4 | ||||
-rw-r--r-- | perl-install/install/share/list.xml | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 7586b4515..953feea1f 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,7 @@ +- diskdrake: drop "Rescue partition table" feature + (was based on rescuept which has been dropped in util-linux, but was quite + bad compared to testdisk anyway) + Version 10.4.150 - 24 July 2007, by Olivier "blino" Blin - update banner for 2008 beta 1 (from Anne) diff --git a/perl-install/install/share/list.xml b/perl-install/install/share/list.xml index d59f01363..e4b068cc4 100644 --- a/perl-install/install/share/list.xml +++ b/perl-install/install/share/list.xml @@ -5,7 +5,6 @@ cpio gzip bzip2 <if-not ARCH="ppc"> fdisk - rescuept </if-not> <if ARCH="ppc"> pdisk |