From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaYy4-0005j6-8K for qemu-devel@nongnu.org; Mon, 29 Feb 2016 20:19:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aaYy1-0000tB-2J for qemu-devel@nongnu.org; Mon, 29 Feb 2016 20:19:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:44020) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aaYy0-0000t7-TQ for qemu-devel@nongnu.org; Mon, 29 Feb 2016 20:19:12 -0500 Date: Tue, 1 Mar 2016 09:19:07 +0800 From: Fam Zheng Message-ID: <20160301011907.GD15213@ad.usersys.redhat.com> References: <1455626399-7111-1-git-send-email-famz@redhat.com> <1455626399-7111-4-git-send-email-famz@redhat.com> <874mcrjuzn.fsf@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <874mcrjuzn.fsf@linaro.org> Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 03/15] docker: Add images List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alex =?iso-8859-1?Q?Benn=E9e?= Cc: kwolf@redhat.com, peter.maydell@linaro.org, sw@weilnetz.de, qemu-devel@nongnu.org, stefanha@redhat.com, Paolo Bonzini , jsnow@redhat.com, david@gibson.dropbear.id.au On Mon, 02/29 17:18, Alex Benn=E9e wrote: >=20 > Fam Zheng writes: >=20 > > Signed-off-by: Fam Zheng >=20 > I think we need to include the dtc libs in here unless we need to ship > all submodules in the tree as well. OK, will take a look. >=20 > Is there a way to get a plain install shell? PAUSE=3D1 on the test shel= ls > doesn't seem to allow me to install anything. What is the error when you install things? I think it is an unmodified sh= ell and "yum" or "apt-get" should just work. It's just that when the containe= r exits the changes will be discarded. Fam