[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: install: Add 'passwd' to installation image.
From: |
Marius Bakke |
Subject: |
01/01: install: Add 'passwd' to installation image. |
Date: |
Mon, 22 May 2017 19:25:07 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 0dc4a498a33eac046f9448f852949da61d8ded4d
Author: Marius Bakke <address@hidden>
Date: Mon May 22 22:22:02 2017 +0200
install: Add 'passwd' to installation image.
* gnu/system/install.scm (installation-os): Add SHADOW in package list.
---
gnu/system/install.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/system/install.scm b/gnu/system/install.scm
index 9a6febf..0a78d03 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 easy SSH access
parted gptfdisk ddrescue
grub ;mostly so xrefs to its manual work
cryptsetup