From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6465956021377433600 X-Received: by 10.25.84.7 with SMTP id i7mr128605lfb.12.1505472702006; Fri, 15 Sep 2017 03:51:42 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.28.101.9 with SMTP id z9ls212591wmb.24.canary-gmail; Fri, 15 Sep 2017 03:51:41 -0700 (PDT) X-Google-Smtp-Source: AOwi7QBsiA3H14pfvGUhmUkSlayrQy+fKVdHK2Uzqj7vC90VUbpoJRoSpZjTaUJMJrgN1Gtowr+T X-Received: by 10.28.135.132 with SMTP id j126mr120121wmd.0.1505472701608; Fri, 15 Sep 2017 03:51:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1505472701; cv=none; d=google.com; s=arc-20160816; b=pCzjJyo4xM/yPbqVDf5fHqtBD/6cr0cQAGlSMdpAfV/Wc32jUjKWO+E/UruLdkKBPK srjqZ4fGEdi6UXfroZ2hGIkWk+7gpyA5EKZLEEd6MBPr1VaGb4IbvAuV3GMR4IX1VN2e fOvK0vUiw8YMEjDHhFSEnwFUH96uJwty40xpyaClBdGYBog6e+WHEX1LokwNs8BAJNRD e7j0IcyueEGEALo3C5v2RsLReoCD6f9vULBZaJEb23pMUriyhJ8g3nrhBoHx+AmDQQeQ X2m8FCvUIGeQ30GQQLptGZL5BPVTwGK92nSJ9RAHIVmkjDhv8Y68SAjuvpGY4c+w9ooF xNBg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=references:in-reply-to:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=aXLMeJp7OMwoO7Bo/BWdjn6MVyWb1E1YmkZYdryU2SQ=; b=T4Og8/hHUKgBGoJyovXw7zN0Juz6/3K+JXImKUmd0fAyM55l3E8a7DpS22KLDUcKeS KEoOcCofemfJg/9nQZTxWCHVDysR9piB/SfR3FweF51I2+3EtZ4tk90MQPn3QkyIHNRS 9lkqwVKxJkjNoBh/Zuk+zw6WJ//KwM6C6IJXSI3y+dgGEFYbGyKAeIOA1R51UEKxanRw 7gNtKFfECB71WVrcxbwjKGLW7UKzJKkzZwLqagLUZUh3B9fvm6bH/rluv6jJl0hsSNAA mWP0RG+YE0GHa/ZkYM9x5+B9KP6dxB57aWq7lGLIlCBW71gZzfX96Y74/RjUTaV5eLz8 7yow== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 192.35.17.28 is neither permitted nor denied by best guess record for domain of henning.schild@siemens.com) smtp.mailfrom=henning.schild@siemens.com Return-Path: Received: from goliath.siemens.de (goliath.siemens.de. [192.35.17.28]) by gmr-mx.google.com with ESMTPS id b203si7786wmh.4.2017.09.15.03.51.41 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 15 Sep 2017 03:51:41 -0700 (PDT) Received-SPF: neutral (google.com: 192.35.17.28 is neither permitted nor denied by best guess record for domain of henning.schild@siemens.com) client-ip=192.35.17.28; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 192.35.17.28 is neither permitted nor denied by best guess record for domain of henning.schild@siemens.com) smtp.mailfrom=henning.schild@siemens.com Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by goliath.siemens.de (8.15.2/8.15.2) with ESMTPS id v8FApfwd026701 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 15 Sep 2017 12:51:41 +0200 Received: from md1em3qc.ww002.siemens.net ([139.25.68.40]) by mail1.siemens.de (8.15.2/8.15.2) with ESMTP id v8FApe5F012063; Fri, 15 Sep 2017 12:51:41 +0200 From: Henning Schild To: isar-users@googlegroups.com Cc: Alexander Smirnov , Henning Schild Subject: [PATCH 2/4] doc: add 'binfmt-support' to list of required build host packages Date: Fri, 15 Sep 2017 12:51:49 +0200 Message-Id: <8210d80ed47f79b4d7093dc0b8b683cc81268276.1505472545.git.henning.schild@siemens.com> X-Mailer: git-send-email 2.13.5 In-Reply-To: References: In-Reply-To: References: X-TUID: n1sVUalcNKNa binfmt-support is used to automatically execute foreign architecture binaries in qemu-user-static. The debian package qemu-user-static just suggests installing it, but does not depend on it. Isar however depends on it. Signed-off-by: Henning Schild --- doc/user_manual.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/user_manual.md b/doc/user_manual.md index 8cba9a7..4707a68 100644 --- a/doc/user_manual.md +++ b/doc/user_manual.md @@ -62,6 +62,7 @@ parted python3 # wic qemu qemu-user-static +binfmt-support sudo ``` -- 2.13.5