all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Marius Bakke <mbakke@fastmail.com>
To: 27027@debbugs.gnu.org
Subject: bug#27027: Add 'passwd' to installation image
Date: Mon, 22 May 2017 22:34:42 +0200	[thread overview]
Message-ID: <87y3toy6jh.fsf@fastmail.com> (raw)


[-- 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 --]

             reply	other threads:[~2017-05-22 20:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-22 20:34 Marius Bakke [this message]
2017-05-22 22:40 ` bug#27027: Add 'passwd' to installation image Leo Famulari
2017-05-22 23:25   ` Marius Bakke

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y3toy6jh.fsf@fastmail.com \
    --to=mbakke@fastmail.com \
    --cc=27027@debbugs.gnu.org \
    /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 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.