unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#47794] [PATCH] doc: Fix typo.
@ 2021-04-15 12:11 zimoun
  2021-04-15 17:00 ` Leo Famulari
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: zimoun @ 2021-04-15 12:11 UTC (permalink / raw)
  To: 47794; +Cc: zimoun

The 'vm-image' command has been superseded by the 'image' command in
ee2a5da80a9bda25542c00a7a35a9ddddcbd58af.

* doc/guix.texi (Running Guix in a VM): Fix typo.
---
 doc/guix.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index bb86195a25..5fa7445dbc 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -33447,7 +33447,7 @@ as @file{/run/current-system/configuration.scm} (@pxref{Using the
 Configuration System}).
 
 Instead of using this pre-built image, one can also build their own virtual
-machine image using @command{guix system vm-image} (@pxref{Invoking guix
+machine image using @command{guix system image} (@pxref{Invoking guix
 system}).  The returned image is in qcow2 format, which the
 @uref{https://qemu.org/, QEMU emulator} can efficiently use.
 

base-commit: 46c6161ed638ecde5e55211903be46deb22b5e93
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#47794] [PATCH] doc: Fix typo.
  2021-04-15 12:11 [bug#47794] [PATCH] doc: Fix typo zimoun
@ 2021-04-15 17:00 ` Leo Famulari
  2021-06-04 11:59 ` Mathieu Othacehe
  2021-06-04 12:00 ` bug#47794: " Mathieu Othacehe
  2 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2021-04-15 17:00 UTC (permalink / raw)
  To: zimoun; +Cc: 47794

[-- Attachment #1: Type: text/plain, Size: 1130 bytes --]

On Thu, Apr 15, 2021 at 02:11:15PM +0200, zimoun wrote:
> The 'vm-image' command has been superseded by the 'image' command in
> ee2a5da80a9bda25542c00a7a35a9ddddcbd58af.

Thanks, good catch!

> * doc/guix.texi (Running Guix in a VM): Fix typo.
> ---
>  doc/guix.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/doc/guix.texi b/doc/guix.texi
> index bb86195a25..5fa7445dbc 100644
> --- a/doc/guix.texi
> +++ b/doc/guix.texi
> @@ -33447,7 +33447,7 @@ as @file{/run/current-system/configuration.scm} (@pxref{Using the
>  Configuration System}).
>  
>  Instead of using this pre-built image, one can also build their own virtual
> -machine image using @command{guix system vm-image} (@pxref{Invoking guix
> +machine image using @command{guix system image} (@pxref{Invoking guix
>  system}).  The returned image is in qcow2 format, which the
>  @uref{https://qemu.org/, QEMU emulator} can efficiently use.

We are in "string freeze" until the release is complete, so that the
translators can finish their work. I'm keeping a list of "string
patches" to push after the release.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#47794] [PATCH] doc: Fix typo.
  2021-04-15 12:11 [bug#47794] [PATCH] doc: Fix typo zimoun
  2021-04-15 17:00 ` Leo Famulari
@ 2021-06-04 11:59 ` Mathieu Othacehe
  2021-06-04 12:00 ` bug#47794: " Mathieu Othacehe
  2 siblings, 0 replies; 4+ messages in thread
From: Mathieu Othacehe @ 2021-06-04 11:59 UTC (permalink / raw)
  To: zimoun; +Cc: 47794

zimoun <zimon.toutoune@gmail.com> writes:

> The 'vm-image' command has been superseded by the 'image' command in
> ee2a5da80a9bda25542c00a7a35a9ddddcbd58af.
>
> * doc/guix.texi (Running Guix in a VM): Fix typo.
> ---
>  doc/guix.texi | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/doc/guix.texi b/doc/guix.texi
> index bb86195a25..5fa7445dbc 100644
> --- a/doc/guix.texi
> +++ b/doc/guix.texi
> @@ -33447,7 +33447,7 @@ as @file{/run/current-system/configuration.scm} (@pxref{Using the
>  Configuration System}).
>  
>  Instead of using this pre-built image, one can also build their own virtual
> -machine image using @command{guix system vm-image} (@pxref{Invoking guix
> +machine image using @command{guix system image} (@pxref{Invoking guix
>  system}).  The returned image is in qcow2 format, which the
>  @uref{https://qemu.org/, QEMU emulator} can efficiently use.
>  
>
> base-commit: 46c6161ed638ecde5e55211903be46deb22b5e93




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#47794: [PATCH] doc: Fix typo.
  2021-04-15 12:11 [bug#47794] [PATCH] doc: Fix typo zimoun
  2021-04-15 17:00 ` Leo Famulari
  2021-06-04 11:59 ` Mathieu Othacehe
@ 2021-06-04 12:00 ` Mathieu Othacehe
  2 siblings, 0 replies; 4+ messages in thread
From: Mathieu Othacehe @ 2021-06-04 12:00 UTC (permalink / raw)
  To: zimoun; +Cc: 47794-done


Hello zimoun,

> The 'vm-image' command has been superseded by the 'image' command in
> ee2a5da80a9bda25542c00a7a35a9ddddcbd58af.

This was fixed with 55aa50834fe07597adddbfc4e007de9420b195ec.

Thanks,

Mathieu




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-04 12:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-15 12:11 [bug#47794] [PATCH] doc: Fix typo zimoun
2021-04-15 17:00 ` Leo Famulari
2021-06-04 11:59 ` Mathieu Othacehe
2021-06-04 12:00 ` bug#47794: " Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).