From unknown Fri Jun 20 18:20:13 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#42057 <42057@debbugs.gnu.org> To: bug#42057 <42057@debbugs.gnu.org> Subject: Status: [PATCH] doc: Add progress display in 'dd' command lines. Reply-To: bug#42057 <42057@debbugs.gnu.org> Date: Sat, 21 Jun 2025 01:20:13 +0000 retitle 42057 [PATCH] doc: Add progress display in 'dd' command lines. reassign 42057 guix-patches submitter 42057 Brice Waegeneire severity 42057 normal tag 42057 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Jun 26 06:05:57 2020 Received: (at submit) by debbugs.gnu.org; 26 Jun 2020 10:05:57 +0000 Received: from localhost ([127.0.0.1]:41889 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jolF7-0000l3-CM for submit@debbugs.gnu.org; Fri, 26 Jun 2020 06:05:57 -0400 Received: from lists.gnu.org ([209.51.188.17]:32932) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jolF4-0000kr-Pc for submit@debbugs.gnu.org; Fri, 26 Jun 2020 06:05:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34890) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jolF4-0006lW-LB for guix-patches@gnu.org; Fri, 26 Jun 2020 06:05:54 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:25931) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jolF2-0005Oi-CD for guix-patches@gnu.org; Fri, 26 Jun 2020 06:05:54 -0400 X-Originating-IP: 176.181.186.101 Received: from localhost (i15-les02-ntr-176-181-186-101.sfr.lns.abo.bbox.fr [176.181.186.101]) (Authenticated sender: brice@waegenei.re) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 0767524000D for ; Fri, 26 Jun 2020 10:05:48 +0000 (UTC) From: Brice Waegeneire To: guix-patches@gnu.org Subject: [PATCH] doc: Add progress display in 'dd' command lines. Date: Fri, 26 Jun 2020 12:05:44 +0200 Message-Id: <20200626100544.2143-1-brice@waegenei.re> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=217.70.183.193; envelope-from=brice@waegenei.re; helo=relay1-d.mail.gandi.net X-detected-operating-system: by eggs.gnu.org: First seen = 2020/06/26 05:51:32 X-ACL-Warn: Detected OS = Linux 3.11 and newer X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) * doc/guix.texi (System Installation): Adjust 'dd' command line to display progress … (System Configuration): … same here. --- doc/guix.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index af3a06724d..9a5116d5aa 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -1978,7 +1978,7 @@ its device name. Assuming that the USB stick is known as @file{/dev/sdX}, copy the image with: @example -dd if=guix-system-install-@value{VERSION}.x86_64-linux.iso of=/dev/sdX +dd if=guix-system-install-@value{VERSION}.x86_64-linux.iso of=/dev/sdX status=progress sync @end example @@ -27774,7 +27774,7 @@ the device corresponding to a USB stick, one can copy the image to it using the following command: @example -# dd if=$(guix system disk-image my-os.scm) of=/dev/sdc +# dd if=$(guix system disk-image my-os.scm) of=/dev/sdc status=progress @end example When using @code{docker-image}, a Docker image is produced. Guix builds -- 2.26.2 From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 27 13:13:11 2020 Received: (at 42057) by debbugs.gnu.org; 27 Jun 2020 17:13:11 +0000 Received: from localhost ([127.0.0.1]:44524 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jpEO7-0008Dr-9z for submit@debbugs.gnu.org; Sat, 27 Jun 2020 13:13:11 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49256) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jpEO2-0008DJ-N5 for 42057@debbugs.gnu.org; Sat, 27 Jun 2020 13:13:09 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59337) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jpENx-0007X7-Gj; Sat, 27 Jun 2020 13:13:01 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=37618 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jpENw-00019L-Ro; Sat, 27 Jun 2020 13:13:01 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Brice Waegeneire Subject: Re: [bug#42057] [PATCH] doc: Add progress display in 'dd' command lines. References: <20200626100544.2143-1-brice@waegenei.re> Date: Sat, 27 Jun 2020 19:12:59 +0200 In-Reply-To: <20200626100544.2143-1-brice@waegenei.re> (Brice Waegeneire's message of "Fri, 26 Jun 2020 12:05:44 +0200") Message-ID: <87bll4l9es.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 42057 Cc: 42057@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Brice Waegeneire skribis: > * doc/guix.texi (System Installation): Adjust 'dd' command line to > display progress =E2=80=A6 > (System Configuration): =E2=80=A6 same here. LGTM, thanks! Ludo'. From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 28 07:38:22 2020 Received: (at 42057-done) by debbugs.gnu.org; 28 Jun 2020 11:38:22 +0000 Received: from localhost ([127.0.0.1]:45514 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jpVde-0006Z9-IZ for submit@debbugs.gnu.org; Sun, 28 Jun 2020 07:38:22 -0400 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:41763) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jpVdc-0006Yv-8S for 42057-done@debbugs.gnu.org; Sun, 28 Jun 2020 07:38:21 -0400 Received: from webmail.gandi.net (webmail19.sd4.0x35.net [10.200.201.19]) (Authenticated sender: brice@waegenei.re) by relay3-d.mail.gandi.net (Postfix) with ESMTPA id 3E44360005; Sun, 28 Jun 2020 11:38:13 +0000 (UTC) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sun, 28 Jun 2020 11:38:13 +0000 From: Brice Waegeneire To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: [bug#42057] [PATCH] doc: Add progress display in 'dd' command lines. In-Reply-To: <87bll4l9es.fsf@gnu.org> References: <20200626100544.2143-1-brice@waegenei.re> <87bll4l9es.fsf@gnu.org> Message-ID: <855e2a574c258db8a4ba60c11eeb8761@waegenei.re> X-Sender: brice@waegenei.re User-Agent: Roundcube Webmail/1.3.8 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 42057-done Cc: 42057-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Pushed as e39b2363f5b92b9c8dfc0da7d8fbaedb1c172b46. From unknown Fri Jun 20 18:20:13 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 27 Jul 2020 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator