public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Alexander Smirnov <asmirnov@ilbers.de>
To: isar-users@googlegroups.com
Cc: Alexander Smirnov <asmirnov@ilbers.de>
Subject: [PATCH] debootstrap: Fix parameters passing
Date: Tue, 15 May 2018 18:03:58 +0300	[thread overview]
Message-ID: <20180515150358.15564-1-asmirnov@ilbers.de> (raw)

According to the debootstrap man page, the values for command line
arguments should be assigned via '=' sign instead of whitespace.
This patch makes debootstrap usage in accordance with the man page.

Signed-off-by: Alexander Smirnov <asmirnov@ilbers.de>
---
 meta/recipes-core/isar-bootstrap/isar-bootstrap.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/isar-bootstrap/isar-bootstrap.bb b/meta/recipes-core/isar-bootstrap/isar-bootstrap.bb
index 68761b1..fceb9df 100644
--- a/meta/recipes-core/isar-bootstrap/isar-bootstrap.bb
+++ b/meta/recipes-core/isar-bootstrap/isar-bootstrap.bb
@@ -183,8 +183,8 @@ do_bootstrap() {
     fi
     E="${@bb.utils.export_proxies(d)}"
     sudo -E "${DEBOOTSTRAP}" --verbose \
-                             --variant minbase \
-                             --arch "${DISTRO_ARCH}" \
+                             --variant=minbase \
+                             --arch="${DISTRO_ARCH}" \
                              ${@get_distro_components_argument(d)} \
                              ${DEBOOTSTRAP_KEYRING} \
                              "${@get_distro_suite(d)}" \
-- 
2.9.5


                 reply	other threads:[~2018-05-15 15:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180515150358.15564-1-asmirnov@ilbers.de \
    --to=asmirnov@ilbers.de \
    --cc=isar-users@googlegroups.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox