From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55964) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dCu2k-0000z0-1z for guix-patches@gnu.org; Mon, 22 May 2017 16:35:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dCu2g-0004Wx-Rr for guix-patches@gnu.org; Mon, 22 May 2017 16:35:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58853) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dCu2g-0004Wa-Ny for guix-patches@gnu.org; Mon, 22 May 2017 16:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dCu2g-000670-Ej for guix-patches@gnu.org; Mon, 22 May 2017 16:35:02 -0400 Subject: bug#27027: Add 'passwd' to installation image Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dCu2T-0000xC-90 for guix-patches@gnu.org; Mon, 22 May 2017 16:34:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dCu2Q-0004Q2-24 for guix-patches@gnu.org; Mon, 22 May 2017 16:34:49 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:49425) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dCu2P-0004Px-Oq for guix-patches@gnu.org; Mon, 22 May 2017 16:34:45 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id BF08020A0A for ; Mon, 22 May 2017 16:34:44 -0400 (EDT) Received: from localhost (unknown [188.113.81.93]) by mail.messagingengine.com (Postfix) with ESMTPA id 4EDF824753 for ; Mon, 22 May 2017 16:34:44 -0400 (EDT) From: Marius Bakke Date: Mon, 22 May 2017 22:34:42 +0200 Message-ID: <87y3toy6jh.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 27027@debbugs.gnu.org --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain 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. --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=0001-install-Allow-users-to-set-a-password-for-root.patch Content-Transfer-Encoding: quoted-printable From=202375e0d9f77581337ea0a5d75b5ad04c5aa2e635 Mon Sep 17 00:00:00 2001 From: Marius Bakke 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 packa= ges. =2D-- 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 =2D-- 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)) =20 (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 =2D-=20 2.13.0 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlkjS2IACgkQoqBt8qM6 VPpoHwf/Sbtr06EqaXD6aVppFMxHHHeyr0w4wJw4trpsGJUKDHrD4u9w6w83pVDX +49H2g5Sf/oXOvBwI92vJyV37VoAmVp0KfxpQ/osF/xc/ZDaFPojK/yw602yovs0 9luRfyWbVUhJAyknWHdJpsDe0NXfVwBh6A/ETwmFpfQI/RvF129KzIJOb93ysYGP ykPiHJ96SMEHSoVC2UFudBdPyVQKmQb9gbgGNXbgYY7RjpjNwsxFQsSGiVIK9l5t 4G/IWgifRsDt23sj3BHLqyMGgAzfIZA/ZP8tE5P+L/wIeF5VjnmQAZ3Q3w4v/AVm G1g7UbGLoECMPNro5hqGX8aU/ENf9g== =RTTh -----END PGP SIGNATURE----- --==-=-=--