From 2072e74082bf01cd6126e179b2e96783c3819842 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Mon, 15 Jul 2024 17:17:21 +0200 Subject: [PATCH] [debian12] fix: add full name to preseed --- debian12/http/preseed.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/debian12/http/preseed.cfg b/debian12/http/preseed.cfg index 122413e..abb5abb 100644 --- a/debian12/http/preseed.cfg +++ b/debian12/http/preseed.cfg @@ -17,6 +17,7 @@ d-i mirror/suite string bookworm # account d-i passwd/root-login boolean false d-i passwd/make-user boolean true +d-i passwd/user-fullname string Packer d-i passwd/username string packer d-i passwd/user-password password packer d-i passwd/user-password-again password packer