From mboxrd@z Thu Jan 1 00:00:00 1970 From: ajpatter@uwaterloo.ca Subject: Re: Last-minute testing Date: Tue, 21 Jul 2015 12:32:49 -0400 Message-ID: <20150721123249.20494fq88p6bf0oh@www.nexusmail.uwaterloo.ca> References: <87k2tucunk.fsf@gnu.org> <55AE3D85.7060700@uwaterloo.ca> <87io9dpmju.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49240) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZHaTY-0006ey-5o for guix-devel@gnu.org; Tue, 21 Jul 2015 12:33:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZHaTU-0006Kx-6L for guix-devel@gnu.org; Tue, 21 Jul 2015 12:33:04 -0400 In-Reply-To: <87io9dpmju.fsf@gnu.org> Content-Disposition: inline List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?iso-8859-1?b?Q291cnTocw==?= Cc: Guix-devel Quoting Ludovic Court=E8s : > > As it turns out, ?root? is initialized with an empty password, and for > other users, you shouldn?t use the ?password? field of up > ?user-account?. > > > tries to make that clear, but perhaps there?s misleading info somewhere? Ah, ok. The only reason I thought it might be wrong was because it =20 didn't work right away. I actually figured out the problem (the lack =20 of a home directory) as I was writing the email. > Also, the user?s home directory should definitely be created > automatically. My partition layout has separate /, /home, /boot. I specified these in =20 config.scm, but should I have also mounted them (or at least /home) =20 before system init? Thanks, Andy