Package: xen-tools Version: 2.1-3 Severity: important Tags: patch The function in /usr/lib/xen-tools/common.sh to install Gentoo packages is named installDebianPackage, preventing xen-create-image from installing Debian packages such as ssh correctly.
Here's the simple patch: --- /usr/lib/xen-tools/common.sh.orig 2006-07-13 14:12:54.000000000 -0700 +++ /usr/lib/xen-tools/common.sh 2006-07-13 13:02:28.000000000 -0700 @@ -114,7 +114,7 @@ # # TODO: STUB # -function installDebianPackage +function installGentooPackage { prefix=$1 package=$2 Christian -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.16-2-686 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Versions of packages xen-tools depends on: ii debootstrap 0.3.3 Bootstrap a basic Debian system ii libtext-template-perl 1.44-1.1 Text::Template perl module ii perl-modules 5.8.8-4 Core Perl modules Versions of packages xen-tools recommends: pn reiserfsprogs <none> (no description available) pn rpmstrap <none> (no description available) ii xen-hypervisor-3.0-i386 [ 3.0.2+hg9697-1 The Xen Hypervisor for i386 pn xfsprogs <none> (no description available) -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]