From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: Porting GuixSD to ARM article. Date: Wed, 24 Jan 2018 11:12:23 +0100 Message-ID: <20180124101223.GA2836@jurong> References: <87shc2c3fh.fsf@gmail.com> <20180122211500.GA2400@jurong> <87vaftgc7t.fsf@gmail.com> <20180123204646.GC2720@jurong> <87lggnhdqr.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48394) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eeI2k-0002K5-1I for guix-devel@gnu.org; Wed, 24 Jan 2018 05:12:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eeI2e-0002qr-DO for guix-devel@gnu.org; Wed, 24 Jan 2018 05:12:33 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:45298) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eeI2e-0002qP-5Q for guix-devel@gnu.org; Wed, 24 Jan 2018 05:12:28 -0500 Content-Disposition: inline In-Reply-To: <87lggnhdqr.fsf@gmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Mathieu Othacehe Cc: Guix-devel On Wed, Jan 24, 2018 at 09:17:48AM +0100, Mathieu Othacehe wrote: > Well "vm-image" is pretty close to "disk-image". The difference is that > "vm-image" output is meant to be run with qemu. Ah, indeed, the output format is different. The other day I converted a vm-image to "raw" format, which I suppose is then essentially the same as a disk-image. I just did not know how to create a disk-image without the cow-store. Andreas