all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#27027: Add 'passwd' to installation image
@ 2017-05-22 20:34 Marius Bakke
  2017-05-22 22:40 ` Leo Famulari
  0 siblings, 1 reply; 3+ messages in thread
From: Marius Bakke @ 2017-05-22 20:34 UTC (permalink / raw)
  To: 27027


[-- Attachment #1.1: Type: text/plain, Size: 184 bytes --]

Hello!

The manual mentions using 'passwd' to set a password for SSH access, but
it's not available. Oops again!

This patch fixes it, and increases the size from 910MiB to 910.3MiB.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0001-install-Allow-users-to-set-a-password-for-root.patch --]
[-- Type: text/x-patch, Size: 961 bytes --]

From 2375e0d9f77581337ea0a5d75b5ad04c5aa2e635 Mon Sep 17 00:00:00 2001
From: Marius Bakke <mbakke@fastmail.com>
Date: Mon, 22 May 2017 22:22:02 +0200
Subject: [PATCH] install: Allow users to set a password for root.

* gnu/system/install.scm (installation-os): Add SHADOW to system-wide packages.
---
 gnu/system/install.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 9a6febfeb..c36b5d314 100644
--- a/gnu/system/install.scm
+++ b/gnu/system/install.scm
@@ -341,6 +341,7 @@ Use Alt-F2 for documentation.
      (base-pam-services #:allow-empty-passwords? #t))
 
     (packages (cons* (canonical-package glibc) ;for 'tzselect' & co.
+                     shadow                ;'passwd', for SSH access
                      parted gptfdisk ddrescue
                      grub                  ;mostly so xrefs to its manual work
                      cryptsetup
-- 
2.13.0


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

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

* bug#27027: Add 'passwd' to installation image
  2017-05-22 20:34 bug#27027: Add 'passwd' to installation image Marius Bakke
@ 2017-05-22 22:40 ` Leo Famulari
  2017-05-22 23:25   ` Marius Bakke
  0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2017-05-22 22:40 UTC (permalink / raw)
  To: Marius Bakke; +Cc: 27027

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

On Mon, May 22, 2017 at 10:34:42PM +0200, Marius Bakke wrote:
> Hello!
> 
> The manual mentions using 'passwd' to set a password for SSH access, but
> it's not available. Oops again!
> 
> This patch fixes it, and increases the size from 910MiB to 910.3MiB.
> 

> From 2375e0d9f77581337ea0a5d75b5ad04c5aa2e635 Mon Sep 17 00:00:00 2001
> From: Marius Bakke <mbakke@fastmail.com>
> Date: Mon, 22 May 2017 22:22:02 +0200
> Subject: [PATCH] install: Allow users to set a password for root.

LGTM, thanks!

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

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

* bug#27027: Add 'passwd' to installation image
  2017-05-22 22:40 ` Leo Famulari
@ 2017-05-22 23:25   ` Marius Bakke
  0 siblings, 0 replies; 3+ messages in thread
From: Marius Bakke @ 2017-05-22 23:25 UTC (permalink / raw)
  To: Leo Famulari; +Cc: 27027-done

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

Leo Famulari <leo@famulari.name> writes:

> On Mon, May 22, 2017 at 10:34:42PM +0200, Marius Bakke wrote:
>> Hello!
>> 
>> The manual mentions using 'passwd' to set a password for SSH access, but
>> it's not available. Oops again!
>> 
>> This patch fixes it, and increases the size from 910MiB to 910.3MiB.
>> 
>
>> From 2375e0d9f77581337ea0a5d75b5ad04c5aa2e635 Mon Sep 17 00:00:00 2001
>> From: Marius Bakke <mbakke@fastmail.com>
>> Date: Mon, 22 May 2017 22:22:02 +0200
>> Subject: [PATCH] install: Allow users to set a password for root.
>
> LGTM, thanks!

Great, pushed!

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

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

end of thread, other threads:[~2017-05-22 23:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-22 20:34 bug#27027: Add 'passwd' to installation image Marius Bakke
2017-05-22 22:40 ` Leo Famulari
2017-05-22 23:25   ` Marius Bakke

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.