~ubuntu-branches/ubuntu/maverick/qemu-kvm/maverick-updates

« back to all changes in this revision

Viewing changes to debian/qemu-debootstrap

  • Committer: Bazaar Package Importer
  • Author(s): Emmet Hikory
  • Date: 2010-08-17 12:54:17 UTC
  • Revision ID: james.westby@ubuntu.com-20100817125417-by20d1q5a4tfvteo
Tags: 0.12.5+noroms-0ubuntu2
qemu-debootstrap: don't use qemu for lpia if not required (LP: #534155)

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
fi
125
125
# bi-arch; TODO test whether the running kernel is actually bi-arch capable
126
126
case "$system_arch-$deb_arch" in
127
 
  amd64-i386|arm-armel|arm-armhf|armel-arm|armhf-arm|i386-amd64|powerpc-ppc64|ppc64-powerpc|sparc-sparc64|sparc64-sparc)
 
127
  amd64-i386|amd64-lpia|arm-armel|arm-armhf|armel-arm|armhf-arm|i386-amd64|i386-lpia|lpia-i386|powerpc-ppc64|ppc64-powerpc|sparc-sparc64|sparc64-sparc)
128
128
    warn "Host architecture might allow running target architecture; disabling QEMU support"
129
129
    needs_qemu="no"
130
130
  ;;