From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50044) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dbYFR-0001EE-OZ for guix-patches@gnu.org; Sat, 29 Jul 2017 16:22:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dbYFO-0000vy-Lv for guix-patches@gnu.org; Sat, 29 Jul 2017 16:22:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58924) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dbYFO-0000vg-Hj for guix-patches@gnu.org; Sat, 29 Jul 2017 16:22:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dbYFO-0001zo-8O for guix-patches@gnu.org; Sat, 29 Jul 2017 16:22:02 -0400 Subject: [bug#27869] [PATCH] doc: Add note about overwritting /gnu/store/...-run-vm.sh Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <87r2wzv4hg.fsf@gmail.com> Date: Sat, 29 Jul 2017 22:21:11 +0200 In-Reply-To: <87r2wzv4hg.fsf@gmail.com> (Oleg Pykhalov's message of "Sat, 29 Jul 2017 14:59:07 +0300") Message-ID: <874ltvhu4o.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Oleg Pykhalov Cc: 27869@debbugs.gnu.org Hi Oleg, Oleg Pykhalov skribis: > Ludovic's hack from > https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D27691#49 The manual already states (info "(guix) Invoking guix system"): --8<---------------cut here---------------start------------->8--- =E2=80=98vm=E2=80=99 Build a virtual machine that contains the operating system declared in FILE, and return a script to run that virtual machine (VM). Arguments given to the script are passed to QEMU. --8<---------------cut here---------------end--------------->8--- Perhaps we should add the example to illustrate this last sentence? Ludo=E2=80=99.