guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Enhance USB install


From: Ludovic Courtès
Subject: Re: [PATCH] Enhance USB install
Date: Tue, 26 Jul 2016 15:10:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Vincent Legoll <address@hidden> skribis:

> From: Vincent Legoll <address@hidden>
>
> * 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:
> +
> address@hidden
> address@hidden
> +Download the image & signature files using the @command{wget} command:
> +
> address@hidden
> +wget ftp://alpha.gnu.org/gnu/guix/address@hidden@var{system}.xz
> +wget ftp://alpha.gnu.org/gnu/guix/address@hidden@var{system}.xz.sign
> address@hidden example
> +
> address@hidden
> +Get the PGP key using the @command{gpg} command:
> +
> address@hidden
> +gpg --keyserver keys.gnupg.net --recv-keys 3D9AEBB5
> address@hidden example
> +
> address@hidden
> +Check download integrity using the @command{gpg} command:
> +
> address@hidden
> +gpg --verify address@hidden@var{system}.xz.sig
> address@hidden 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’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]