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/share | |
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/share')
-rw-r--r-- | perl-install/install/share/list.xml | 1 |
1 files changed, 0 insertions, 1 deletions
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 |