Install qemu-user-static instead of qemu-kvm-extras-static.

This commit is contained in:
Stefano Rivera 2011-04-24 16:42:48 +02:00
parent 72b504ca2e
commit cd533a92cb
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -6,6 +6,7 @@ ubuntu-dev-tools (0.123) UNRELEASED; urgency=low
- Exit 0 when showing help, and support -h. - Exit 0 when showing help, and support -h.
- Determine distribution from release name (via distro-info). - Determine distribution from release name (via distro-info).
- Reformat manpage. - Reformat manpage.
- Install qemu-user-static instead of qemu-kvm-extras-static.
-- Stefano Rivera <stefanor@debian.org> Sun, 24 Apr 2011 12:45:31 +0200 -- Stefano Rivera <stefanor@debian.org> Sun, 24 Apr 2011 12:45:31 +0200

View File

@ -426,7 +426,7 @@ if [ "$CHROOT_ARCH" != "$HOST_ARCH" ] ; then
*) *)
DEBOOTSTRAP_COMMAND=qemu-debootstrap DEBOOTSTRAP_COMMAND=qemu-debootstrap
if ! which "$DEBOOTSTRAP_COMMAND"; then if ! which "$DEBOOTSTRAP_COMMAND"; then
sudo apt-get install qemu-kvm-extras-static sudo apt-get install qemu-user-static
fi fi
;; ;;
esac esac