mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-13 18:01:28 +00:00
Install qemu-user-static instead of qemu-kvm-extras-static.
This commit is contained in:
parent
72b504ca2e
commit
cd533a92cb
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -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
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user