Re: ‘nss-certs’ missing in the installation image

2019-02-08 Thread Ludovic Courtès
Pierre Neidhardt skribis: > From 082f569611a889ef0e852263b5ba23373936b422 Mon Sep 17 00:00:00 2001 > From: Pierre Neidhardt > Date: Fri, 8 Feb 2019 15:30:08 +0100 > Subject: [PATCH] install: Add nss-certs to the image. > > * gnu/system/install.scm (installation-os)[packages]: Add nss-certs. LGT

Re: ‘nss-certs’ missing in the installation image

2019-01-29 Thread Pierre Neidhardt
None! :) -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: ‘nss-certs’ missing in the installation image

2019-01-29 Thread Ludovic Courtès
Pierre Neidhardt skribis: >> I’m not sure it belongs in “System Installation”. After all, it’s >> already under “System Configuration” and in several OS config examples. > > Here the issue is not with system configuration, but with the live install > image. Oh OK. For the install image, maybe

Re: ‘nss-certs’ missing in the installation image

2019-01-28 Thread Pierre Neidhardt
I suggest the following patch: diff --git a/doc/guix.texi b/doc/guix.texi index 972a6a776..3f148e390 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -2071,6 +2071,10 @@ ping -c 3 gnu.org Setting up network access is almost always a requirement because the image does not contain all the softwar

Re: ‘nss-certs’ missing in the installation image

2019-01-26 Thread Amin Bandali
> Any other opinion? I’d personally prefer if nss-certs were already available during installation; but if not, having a link in “System Installation” to instructions on how to safely install and set it up seems like a fair compromise. My 2¢.

Re: ‘nss-certs’ missing in the installation image

2019-01-23 Thread swedebugia
Hi On 2019-01-23 12:22, Pierre Neidhardt wrote: I’m not sure it belongs in “System Installation”. After all, it’s already under “System Configuration” and in several OS config examples. Here the issue is not with system configuration, but with the live install image. In this sense, I'd say

Re: ‘nss-certs’ missing in the installation image

2019-01-23 Thread Ludovic Courtès
Pierre Neidhardt skribis: > Indeed, it's all in the X.509 section. My problem is that it's not mentioned > in > "6.1 System Installation". > > I'll add a link to the X.509 node if no one disagrees. I’m not sure it belongs in “System Installation”. After all, it’s already under “System Configu

Re: ‘nss-certs’ missing in the installation image

2019-01-23 Thread Pierre Neidhardt
Indeed, it's all in the X.509 section. My problem is that it's not mentioned in "6.1 System Installation". I'll add a link to the X.509 node if no one disagrees. -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: ‘nss-certs’ missing in the installation image

2019-01-23 Thread Giovanni Biscuolo
Hi Pierre, Pierre Neidhardt writes: > What's the procedure to install nss-certs then? > Will a simple `guix package -i nss-certs` do? no, a number of environment variables need to be defined, depending on applications > I think we should document this in the installation manual. it's all docu

‘nss-certs’ missing in the installation image

2019-01-22 Thread Ludovic Courtès
Hi, Pierre Neidhardt skribis: > Wait, what about this: > >> - I was surprised to see that from the install image, curl, git, etc. would >> fail >> with an SSL error. It's annoying because I really needed to get my >> config.scm >> from an online source. >> >> I only briefly investigate

Re: ‘nss-certs’ missing in the installation image

2019-01-22 Thread Pierre Neidhardt
What's the procedure to install nss-certs then? Will a simple `guix package -i nss-certs` do? I think we should document this in the installation manual. > Someone following the normal installation procedure shouldn’t need those > certificates though. WDYT? HTTPS access is a fairly common requi