From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6474925990321586176 X-Received: by 10.80.206.3 with SMTP id y3mr4084310edi.11.1508325106128; Wed, 18 Oct 2017 04:11:46 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.80.192.1 with SMTP id r1ls1728643edb.0.gmail; Wed, 18 Oct 2017 04:11:45 -0700 (PDT) X-Google-Smtp-Source: AOwi7QDmaVlFC4g6uuEqApWEpWqMP3w1uCRIwMMO8EorKCYkNfo9T/2bwRivF4yDF6IgHWhInbPJ X-Received: by 10.80.152.61 with SMTP id g58mr4082107edb.5.1508325105730; Wed, 18 Oct 2017 04:11:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1508325105; cv=none; d=google.com; s=arc-20160816; b=VboJi7HDZpL10uhERl+Q/gRI/r8N6kJFjpi/P50j0T4A6US4KcRvdNFQPqsH3TKoQW NWArIWG8LS/8LMLYzmwYlUfwA38TeyZmQ9o20ql40OX8MzSy4bgEpqRuV4Cvyt9Ukv4A aZ6qFhdm1jh1uTwJTRvhV+7RCvRnNBw5n02SvYXv5HEjdYW5J9aDNzbn3hWVa+j5CIIt CBZ21wpkIGScRXViL8K4SXyhB4wohDketsWMJVJxsXR+L3RBG64o26sJTnNidCf3bO/Y gGX+B2xcT04bhgImlY6258rVboxxHw8aHMw4C9oPxyS/GYTr3cZJhvtot1LCjZ/PguiG eAew== 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:to:subject :arc-authentication-results; bh=urYx6u46IGBRuwjc1DAZcQtW8L4MXBCxSzTAZ0sIkHw=; b=jJ6Pzv+/1X1m9rHqCZfZ9iSlCIH/hqzj5PwWvOvL4s0e+RRpelP+bUi/IcDGP017fo Fsfk3bR/kircN7I57QCrD3Dmfe1AMy5yH9lqdstjJboMF8bbqDU0hjBTvN/Fibv2w4h/ zcYiKWof2gedYkcNHR1caxsM58VjxlAelKwe9ZFcDo8jTV2jlkShDop3b74WvyYxCCSI XhVwhfvoKqwAvQKmaRYZS2HzBhC6DWaEB7W8Vk82luy+YE6TuPsj2kEbDhr6JtYSaEKi LL9Mm5/7znpqeq5bgX2KGER/4VC4rJSnsopdrVQncjwU3IVW0Uc492I/OD292Pqre8ir vX1Q== 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 f9si691906edm.1.2017.10.18.04.11.45 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Oct 2017 04:11:45 -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 v9IBBg12026319 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Wed, 18 Oct 2017 13:11:44 +0200 Subject: Re: [PATCH 0/3] a few changes small changes To: Henning Schild , isar-users@googlegroups.com References: From: Alexander Smirnov Message-ID: <76486dbe-1e33-c351-c42e-9daed4a62365@ilbers.de> Date: Wed, 18 Oct 2017 14:11:37 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: FcJ7IBhxQex3 > This series contains a few small fixes around multistrap and configuration. > The 2nd and 3rd can maybe be merged into one patch. > > Henning Schild (3): > image: set the root password conditionally > meta-isar: images: mount /proc around multistrap and configscript > configscript: remove duplicates of 'dpkg --configure' > > .../example-raw/{example-raw_0.1.bb => example-raw_0.2.bb} | 3 +++ > meta-isar/recipes-core/images/files/debian-configscript.sh | 6 ++---- > meta-isar/recipes-core/images/files/raspbian-configscript.sh | 6 ++---- > meta-isar/recipes-core/images/isar-image-base.bb | 4 ++++ > meta/recipes-devtools/buildchroot/buildchroot.bb | 4 ++++ > meta/recipes-devtools/buildchroot/files/configscript.sh | 3 --- > 6 files changed, 15 insertions(+), 11 deletions(-) > rename meta-isar/recipes-app/example-raw/{example-raw_0.1.bb => example-raw_0.2.bb} (91%) > Applied to next, thanks! Alex