From b8cb2d13c0aedaebeb0c538d2c2bed4f9a3778c0 Mon Sep 17 00:00:00 2001
From: Chris Lamb <chris@chris-lamb.co.uk>
Date: Mon, 28 Apr 2008 16:19:03 +0100
Subject: Only install sysutils on Etch in rescue list

Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
---
 lists/rescue | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lists/rescue b/lists/rescue
index 6587ee0d9..5333f8c6c 100644
--- a/lists/rescue
+++ b/lists/rescue
@@ -17,12 +17,15 @@ aview mc nano-tiny qemacs-nox mg vim wdiff hexedit
 dvd+rw-tools genisoimage sdparm hdparm blktool parted partimage secure-delete scsitools smartmontools testdisk wodim wipe hddtemp
 
 # System
-dmidecode lshw pciutils procinfo sysutils usbutils mcelog
+dmidecode lshw pciutils procinfo usbutils mcelog
 
 #if ARCHITECTURE i386 powerpc
 read-edid
 #endif
 
+#if DISTRIBUTION etch
+sysutils
+#endif
 
 # Browser
 lynx links2 w3m
-- 
cgit v1.2.3