From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6524973730788016128 X-Received: by 10.80.203.140 with SMTP id k12mr1165463edi.3.1521017806873; Wed, 14 Mar 2018 01:56:46 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.80.195.194 with SMTP id i2ls659770edf.5.gmail; Wed, 14 Mar 2018 01:56:46 -0700 (PDT) X-Google-Smtp-Source: AG47ELtzgLfOr71t73E4j12FFNVTDqPqeV8NaLTxWjB6lydxYJU6zf7CsJYYG43EESZ733+O+faC X-Received: by 10.80.202.199 with SMTP id f7mr1164115edi.12.1521017806289; Wed, 14 Mar 2018 01:56:46 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1521017806; cv=none; d=google.com; s=arc-20160816; b=ydh7bq4Gs27e9ay4e1z26cBMN6VL3gpiERht6NG5UceprplMoNL/QKmdlVQ+geOjYr w+oAdhhRpFq79D7NNK3dpsEH5yRCG2xOjVxWZhaTWrv/V4ZXf+Lm3rujoB+6wXIXswoc Qh6/fCYBVCt6jS/t3iZpeivSzpl8b+TUy8x6/L92+29zajEDnVpcTqNlxlmwwlgNA3fr d8Nikt2s91fnaNHod6gRZqg8E9hHM9GM+4Z3Vu0xtsImgyM3N6t25qX3Kvgl0SwnYwvV bnuJ/2uqlm8OLk278EmFmG2Qh+Bie3XxhkVc7jib9A8J2yd0knLIUFYBavwfmrGBlSif GN0A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:from:references:cc:to:subject :arc-authentication-results; bh=Xm/AtkwQFemODhQZ6jdZ5ZiJkt/uDX5kE62EgiegHPA=; b=LlTLRkc+GxUhIWrrsb0DpdASVnl1fY7rk4KYCOXqP0Ty9kx4thblqkn8+35fz7dZ7n Wjri13xyyxwWEGC+Nz26+Eu7ZPbLEMLmJx0CXfr7aCrUUTz37M/rgZIIUt8tvqf+3HP4 f2M+LY0v3e2sYa1DdBHvbF9lEJcPueF1N7NKBIcslRdho2RwzasR9TEIoa2keD2kl1El 3B02bqz9sKqQIYqdQlFrW0kygNqYSHdLFF0Syr/rFwkp6Xn9OCqNGTbVhrLXCd6UvTEj fzEXN/L/TN27oeoe7fkOu4vWFs6NROILIzDgLh4qGXMs7wmGXKTrtNh/3yz/+5FoXzm7 42Dw== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id g21si48627edm.4.2018.03.14.01.56.46 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 14 Mar 2018 01:56:46 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from [10.0.2.15] ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w2E8uefp012859 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Wed, 14 Mar 2018 09:56:42 +0100 Subject: Re: [PATCH v4 1/5] implement isar-bootstrap using debootstrap To: claudius.heine.ext@siemens.com, isar-users@googlegroups.com Cc: Claudius Heine References: <20180307164457.31933-1-claudius.heine.ext@siemens.com> <20180307164457.31933-2-claudius.heine.ext@siemens.com> From: Alexander Smirnov Message-ID: <11d20fad-e1bc-2e0d-e227-2c4ddc512dcb@ilbers.de> Date: Wed, 14 Mar 2018 11:56:35 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20180307164457.31933-2-claudius.heine.ext@siemens.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: dtaBwUywoxnC On 03/07/2018 07:44 PM, claudius.heine.ext@siemens.com wrote: > From: Claudius Heine > > Since multistrap is deprecated for some years, it is required to change > to debootstrap. > > This patch introduces the 'isar-bootstrap' recipe that implement the > creation of a minimal base root file system using debootstrap. > Why do you use term 'bootstrap'? It's completely different topic than debootstrap. According to the wiki: https://wiki.debian.org/DebianBootstrap#Bootstrapping Bootstraping is a process of creation Debian from zero to a full archive. While debootstrap: https://wiki.debian.org/Debootstrap is a tool which just installs already existing Debian distro. So, to avoid misunderstanding with Debian community, the names of recipes/tasks should not contain buzzwords that belong to different topics. I propose to use the following: isar-debootstrap.bb do_debootstrap etc... Alex