From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id uN2hCc7zqWFDYgEAgWs5BA (envelope-from ) for ; Fri, 03 Dec 2021 11:39:10 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id kKg/Bc7zqWFwFwAAbx9fmQ (envelope-from ) for ; Fri, 03 Dec 2021 10:39:10 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id C071035C6B for ; Fri, 3 Dec 2021 11:39:09 +0100 (CET) Received: from localhost ([::1]:40754 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mt5y8-0005Az-Oc for larch@yhetil.org; Fri, 03 Dec 2021 05:39:08 -0500 Received: from eggs.gnu.org ([209.51.188.92]:49350) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mt5y2-0005Ar-83 for guix-patches@gnu.org; Fri, 03 Dec 2021 05:39:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:38538) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1mt5y1-0005uK-Qy for guix-patches@gnu.org; Fri, 03 Dec 2021 05:39:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1mt5y1-0001xR-Jb for guix-patches@gnu.org; Fri, 03 Dec 2021 05:39:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#52204] [PATCH] guix system vm: Add --no-graphic CLI argument. Resent-From: Mathieu Othacehe Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 03 Dec 2021 10:39:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 52204 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Attila Lendvai Cc: 52204@debbugs.gnu.org Received: via spool by 52204-submit@debbugs.gnu.org id=B52204.16385278997462 (code B ref 52204); Fri, 03 Dec 2021 10:39:01 +0000 Received: (at 52204) by debbugs.gnu.org; 3 Dec 2021 10:38:19 +0000 Received: from localhost ([127.0.0.1]:50084 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mt5xL-0001wH-Ca for submit@debbugs.gnu.org; Fri, 03 Dec 2021 05:38:19 -0500 Received: from eggs.gnu.org ([209.51.188.92]:48542) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mt5xJ-0001w4-8z for 52204@debbugs.gnu.org; Fri, 03 Dec 2021 05:38:17 -0500 Received: from [2001:470:142:3::e] (port=58914 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mt5xD-0005rD-TP; Fri, 03 Dec 2021 05:38:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=ec3GH+0311+V2XF3JKOhBtEAAzWa4RambzV5/BcxA84=; b=ERZ56kLlDuZbgROJybPM g31cazwDTfsJDGnsfqdifP7DmtsjpDMYRh+Ii1Vff3XIcsonM9EaIa38cDfrBH8XfXbP8vVXM8f5K HbzUNLd2lAhs0hsXr/uQtemZpoNi5Dfc9f/DBp0Onp3mZoDnC5ZFM3mNWQybll/eKsltYlxs+r5gK +5/DRONppxuQb25yjlTk2P1hAFaR3ATAZKpzTbxh+YDYDwHuQ6g+E27yGDZhbrAoP0wYj6upkFxvF VOhm40WnDGB4OHT9gnEkn9jH4vCaGsqMUBQ9QTyXXo253XNsyBqUoq8xAPwgB1B0lscN9pLopaKqm dowaV/CO5Zu+Ig==; Received: from [2a01:e0a:19b:d9a0:45b5:a14a:5c75:5737] (port=32920 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mt5xD-0001NJ-P3; Fri, 03 Dec 2021 05:38:11 -0500 From: Mathieu Othacehe References: <20211130191312.32131-1-attila@lendvai.name> <20211202191855.29552-1-attila@lendvai.name> Date: Fri, 03 Dec 2021 11:38:09 +0100 In-Reply-To: <20211202191855.29552-1-attila@lendvai.name> (Attila Lendvai's message of "Thu, 2 Dec 2021 20:18:56 +0100") Message-ID: <871r2ut1m6.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1638527949; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-cc:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=ec3GH+0311+V2XF3JKOhBtEAAzWa4RambzV5/BcxA84=; b=MMrMZEEPkSLGhfYCukAkAHsPqRGRXiIAafTNaReHte41HDZjgAia8QmodyIQ5VS1qjBgTL bmQsRyTnSdLEVBhp81MzFbUHUKGhW820RmnOlcAaG8SZ5Yj9dBwKNa40ZJbw+hne7/nkfq KsFebArZnfh8DQy1Zr4uc3iTjkK987sWYaJUPhTypJjHXEmfHRq7v7pekaHpnYYXCbgKSW bKEWcpFtsF+Lo/pgGW0540NOCU+VmbIgwUQFR1X/6tuMx4Y+2/21//IbSWjzry1G5IQty+ v9MVTWCHLPHw9uMwKq7RusdzXIveRY71TXFUf67e5onk8ex7cpLPOkuBRpVU6Q== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1638527949; a=rsa-sha256; cv=none; b=WHKOTn1QqLy8CISYpSOH89OV8Hxm1MWQ+GILUTk7oxi996J6bn4k6fKshJFDaUMQwWEpvf al/qPh14hxtiVvOeVbvKzPixEgDVUTg7pA01rOrRvmPn6QYlrBZgCUWYIB9h+7Hii9HyQQ e6ULGPwyOMV1oG3tgptalN6b3e506p7wYJTZqpi0rsyuOu6F9qkTv4xouEid6W5rJxQwul oDZG3+HbFzuveFJxFWIER7lWu+IiO3e3qHu1QXpI5rGUIck9ikzz9Cl4szDzfQiFroxXT4 lNeCNK0i5RiKFmvb6qrt38zLC8c634StkmFQUH3jbSPPwJfeGx93VwtUCEXrVw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=ERZ56kLl; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.62 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=ERZ56kLl; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: C071035C6B X-Spam-Score: -3.62 X-Migadu-Scanner: scn0.migadu.com X-TUID: P49S1BVAvkmK Hello, > after consuling on #guix, i'm resending the two commits (the doc and > the code) as one, because that is preferred. Thanks for the v2. I think we should also remove the "-vga std" argument that is added by "common-qemu-options" but ignored because "-nographic" is read first in QEMU command line. Mathieu