summaryrefslogtreecommitdiffstats
path: root/rescue
diff options
context:
space:
mode:
Diffstat (limited to 'rescue')
-rw-r--r--rescue/NEWS1
-rw-r--r--rescue/list.xml28
2 files changed, 3 insertions, 26 deletions
diff --git a/rescue/NEWS b/rescue/NEWS
index 99beaff86..6b499377a 100644
--- a/rescue/NEWS
+++ b/rescue/NEWS
@@ -1,4 +1,5 @@
- do not run shells uselessly
+- drop (broken) support for Alpha, IA64 & PPC, Sparc
Version 1.53 - 28 September 2015 by Thierry Vignaud
diff --git a/rescue/list.xml b/rescue/list.xml
index 1e026812a..2ebbcb70a 100644
--- a/rescue/list.xml
+++ b/rescue/list.xml
@@ -78,22 +78,11 @@
quotacheck
cryptsetup dmsetup
- <if ARCH="ppc">
- hformat
- </if>
-
- <if-not ARCH="ppc">
fdisk gpart
testdisk photorec
- </if-not>
- <if-not ARCH="ppc|sparc">
sfdisk
- </if-not>
- <if ARCH="ppc">
- pdisk
- </if>
dump dump.ext2 restore restore.ext2 dump.ext3 restore.ext3 dump.xfs restore.xfs
parted partimage partprobe
@@ -103,7 +92,7 @@
mdmon kpartx
dmevent_tool
dmeventd
- <if ARCH="i.86|x86_64|ia64">
+ <if ARCH="i.86|x86_64">
dmraid
</if>
@@ -130,7 +119,7 @@
awk clear dialog wc
setterm
- <if ARCH="i.86|x86_64|ia64">
+ <if ARCH="i.86|x86_64">
dmidecode
</if>
@@ -140,14 +129,6 @@
<if ARCH="x86_64">
efibootmgr
</if>
- <if ARCH="ppc">
- ybin
- mkofboot ofpath
- nvsetenv
- </if>
- <if ARCH="sparc">
- silo
- </if>
</from>
<from>
@@ -170,11 +151,6 @@
/usr/lib/extipl/aldebaran.bin
</if>
- <if ARCH="ppc">
- /usr/lib/yaboot/ofboot
- /usr/lib/yaboot/yaboot
- </if>
-
<from expand="command">
perl -Mkeyboard -I/usr/lib/libDrakX -le 'print foreach keyboard::loadkeys_files()'
</from>