From 2ed0d67e0f4e941975ace3fbaf078383b0c58ae2 Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Tue, 25 Feb 2020 10:12:29 -0500 Subject: [PATCH] Attempt to disable user password #2 --- vmseed.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vmseed.txt b/vmseed.txt index 2d64e9c..e7f7456 100644 --- a/vmseed.txt +++ b/vmseed.txt @@ -52,13 +52,11 @@ d-i mirror/http/proxy string # Don't set a root password d-i passwd/root-login boolean false -# Alternatively, to skip creation of a normal user account. -d-i passwd/make-user boolean false # Create a normal user account. d-i passwd/user-fullname string Kris Lamoureux d-i passwd/username string kris -#d-i passwd/user-password-crypted password [crypt(3) hash] +d-i passwd/user-password-crypted password ! ### Clock and time zone setup