Hello,
Debian appears to have removed the version of discover-data that systemimager uses from their FTP site. The timestamp on the FTP folder indicates that it was probably done on the 19th. Here is a patch that updates systemimager to use the next available version.
-- Josh Aas Linux System Software Silicon Graphics, Inc. (SGI)
Index: make.d/discover.rul =================================================================== RCS file: /cvsroot/systemimager/systemimager/make.d/discover.rul,v retrieving revision 1.19 diff -u -r1.19 discover.rul --- make.d/discover.rul 27 Jul 2004 15:14:16 -0000 1.19 +++ make.d/discover.rul 20 Dec 2004 03:57:57 -0000 @@ -7,8 +7,8 @@ DISCOVER_BINARY := $(SRC_DIR)/$(DISCOVER_DIR)/discover/.libs/discover DISCOVER_PATCHES := $(shell ls $(PATCH_DIR)/discover.*.patch 2>/dev/null | sort) -DISCOVER_DATA_VERSION := 2.2004.05.03 -DISCOVER_DATA_DIR := discover-data-2.2004.05.03 +DISCOVER_DATA_VERSION := 2.2004.11.22 +DISCOVER_DATA_DIR := discover-data-2.2004.11.22 DISCOVER_DATA_TARBALL := discover-data_$(DISCOVER_DATA_VERSION).orig.tar.gz DISCOVER_DATA_URL := http://http.us.debian.org/debian/pool/main/d/discover-data/$(DISCOVER_DATA_TARBALL) DISCOVER_DATA_FILES := $(SRC_DIR)/$(DISCOVER_DATA_DIR)/pci.lst \