From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6543937367387930624 X-Received: by 10.28.63.132 with SMTP id m126mr2042100wma.3.1524671594019; Wed, 25 Apr 2018 08:53:14 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.28.65.213 with SMTP id o204ls3129677wma.1.gmail; Wed, 25 Apr 2018 08:53:13 -0700 (PDT) X-Google-Smtp-Source: AB8JxZrN3XhSh5FUJWxE/3W4LATOZ9MHyodb3xvc8nfQrpZegny5/rExZ1Dbjr7AxBE9LVYXB8Ri X-Received: by 10.28.142.199 with SMTP id q190mr1000488wmd.13.1524671593325; Wed, 25 Apr 2018 08:53:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524671593; cv=none; d=google.com; s=arc-20160816; b=RJ04dCGLfUu8iD4FZy5YSMBwTEuGx0DdJid8g1LNKe+VAGiiABvWyXr1KWDXZ7My5J 1l3CL7IcKcySdAl7DDrwzvM5zu4dxVdHYnb+wPMnNEPMd0bbWV8uj/GLIPIwHtG5SR0d 5wmdsKkUu0IdoOfz+PAd0yZYJUpz5Gth8g/TXEuZ1V2wrJHeZ32SwAA8qnImBUiFvY29 uIyzu0P4fV2jj3eGS39nz6CfSB7Kz9clryzD2HXEFt+bTGEzuVBWXa/s89PA3RWqFA93 568AWtdYDHZk+VFZkc2jSuHWKYAZUL42fSb+AtgtSqkScePvBaGpsWVCS/OMWWReZQAy tBCw== 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=FO6zdB5sSVuoEyhLZDt5+bYrWnODRGFXj/ZVuG1/Yb4=; b=N9xymuvqNTAfCk7TdOwc6yIWqNbefK/NIGlMTmSWhCSJzke0KZaO+Ap2a7DwYMYCPZ l1bzdYuJrzeGRQZHaZtUvt/kAgShs0AdSL+OKKWOnWvob5YBgiqFGkBw+UcaHg7ULmUo QqgkKnmpcQ0vGKXMEMdfOGoY3uQpTP/vlaH3uUdSUcOCP6KJbvvFhNt6QR/3SqJDhrHa c0endVZnXiK1d+EpiN4KmEx/FeYcWFGwG9DREEVLpw2ooWCF1n+7fPAecLfuhIUPoLve jCd9Z0CpMlh5c3IEUTUONLEgKmsp0fQfvs+p36tLWx4rYY8pgGYqaHTingesUVsqFxY7 wbbw== 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 m2si602487wmh.2.2018.04.25.08.53.13 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 25 Apr 2018 08:53:13 -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 w3PFr9xq022416 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT); Wed, 25 Apr 2018 17:53:11 +0200 Subject: Re: [PATCH v2 00/16] wic integration To: Henning Schild , isar-users@googlegroups.com References: From: Alexander Smirnov Message-ID: Date: Wed, 25 Apr 2018 18:53:04 +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: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: 1S+BcjGWjOqP Hi Henning, On 04/13/2018 05:18 PM, Henning Schild wrote: > This series does the follow things: > > 1. revert all changes that where made to wic so Isar uses an unmodified > version of it > 2. Introdcue an image-class that will create wic images automatically > 3. enable testing that in CI > 4. update docs > > Patches 1 to 7 just deal with getting back to an unmodified version of > wic. > Patch 11 - the big one - provides the real functionality. > > I will provide some more information on what is going on here by > replying to p11. > > Major changes to the first series: > - rebase on recent Isar > - wic is now running in buildchroot, as root > - calling wic manually not supported any longer > - distros before stretch are not supported either (see p11 discussion > for why) > - CI can now test wic for the first time Thank you for this contribution! For now I have one issue with it, after applying patch #13, the 'start_vm' script doesn't work anymore: $ start_vm -a arm -d jessie ++ qemu-system-arm -m 1024M -M virt -cpu cortex-a15 -nographic -kernel /home/builder/isar/build/tmp/deploy/images/vmlinuz-3.16.0-5-armmp_debian-jessie-qemuarm -initrd /home/builder/isar/build/tmp/deploy/images/initrd.img-3.16.0-5-armmp_debian-jessie-qemuarm -append '"console=ttyAMA0' root=/dev/vda 'rw"' -drive file=/home/builder/isar/build/tmp/deploy/images/isar-image-base-debian-jessie-qemuarm.ext4.img,if=none,format=raw,id=hd0 -device virtio-blk-device,drive=hd0 qemu-system-arm: -append "console=ttyAMA0: Could not open 'root=/dev/vda': No such file or directory I suppose this is a minor issue with arguments, will come back with updates. Alex