From: ludo@gnu.org (Ludovic Courtès)
To: Vincent Legoll <vincent.legoll@gmail.com>
Cc: guix-devel@gnu.org, Vincent Legoll <vincent.legoll@idgrilles.fr>
Subject: Re: [PATCH] Enhance USB install
Date: Tue, 26 Jul 2016 15:10:07 +0200 [thread overview]
Message-ID: <877fc88s0g.fsf@gnu.org> (raw)
In-Reply-To: <1468419848-15393-2-git-send-email-vincent.legoll@gmail.com> (Vincent Legoll's message of "Wed, 13 Jul 2016 16:24:08 +0200")
Vincent Legoll <vincent.legoll@gmail.com> skribis:
> From: Vincent Legoll <vincent.legoll@idgrilles.fr>
>
> * doc/guix.texi (USB install): add download & verify subsection,
Sorry for the delay! First some comments on the verification, which I
think should be treated in a separate commit:
> This image contains a single partition with the tools necessary for an
> installation. It is meant to be copied @emph{as is} to a large-enough
> -USB stick.
> +USB stick. It can also be used to install GuixSD in a QEmu virtual
> +machine (@pxref{USB storage Installation in a VM}).
> +
> +To download and verify this image, follow these steps:
> +
> +@enumerate
> +@item
> +Download the image & signature files using the @command{wget} command:
> +
> +@example
> +wget ftp://alpha.gnu.org/gnu/guix/guixsd-usb-install-@value{VERSION}.@var{system}.xz
> +wget ftp://alpha.gnu.org/gnu/guix/guixsd-usb-install-@value{VERSION}.@var{system}.xz.sign
> +@end example
> +
> +@item
> +Get the PGP key using the @command{gpg} command:
> +
> +@example
> +gpg --keyserver keys.gnupg.net --recv-keys 3D9AEBB5
> +@end example
> +
> +@item
> +Check download integrity using the @command{gpg} command:
> +
> +@example
> +gpg --verify guixsd-usb-install-@value{VERSION}.@var{system}.xz.sig
> +@end example
I took a slightly different approach in commit
debc6360e111e8efc8a938b2aef28e5b3616ada8, where I essentially copied the
text from “Binary Installation”.
I’ll comment on the rest later.
Thanks,
Ludo’.
next prev parent reply other threads:[~2016-07-26 13:10 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-13 14:24 Document how to install in a VM from USB image Vincent Legoll
2016-07-13 14:24 ` [PATCH] Enhance USB install Vincent Legoll
2016-07-26 13:10 ` Ludovic Courtès [this message]
2016-07-26 13:31 ` Vincent Legoll
2016-08-02 12:32 ` Ludovic Courtès
2016-08-03 0:32 ` ng0
2016-08-03 6:50 ` Vincent Legoll
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=877fc88s0g.fsf@gnu.org \
--to=ludo@gnu.org \
--cc=guix-devel@gnu.org \
--cc=vincent.legoll@gmail.com \
--cc=vincent.legoll@idgrilles.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).