From 445b0cd936838b52bbd4b883e88022420ddf42b0 Mon Sep 17 00:00:00 2001 From: manuel Date: Sat, 28 Oct 2023 17:53:07 +0000 Subject: [PATCH] update build scripts --- PepDev32/pepinstaller/preseed/preseed.cfg | 6 ++++-- PepDev64/pepinstaller/preseed/preseed.cfg | 6 ++++-- PepDev_arm64/pepinstaller/preseed/preseed.cfg | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/PepDev32/pepinstaller/preseed/preseed.cfg b/PepDev32/pepinstaller/preseed/preseed.cfg index f1edd90..c4563b0 100644 --- a/PepDev32/pepinstaller/preseed/preseed.cfg +++ b/PepDev32/pepinstaller/preseed/preseed.cfg @@ -26,5 +26,7 @@ d-i apt-setup/non-free-firmware boolean true # Remove popularity-contest popularity-contest popularity-contest/participate boolean false - - +### Account setup +# Skip creation of a root account (normal user account will be able to +# use sudo). +d-i passwd/root-login boolean false diff --git a/PepDev64/pepinstaller/preseed/preseed.cfg b/PepDev64/pepinstaller/preseed/preseed.cfg index f1edd90..c4563b0 100644 --- a/PepDev64/pepinstaller/preseed/preseed.cfg +++ b/PepDev64/pepinstaller/preseed/preseed.cfg @@ -26,5 +26,7 @@ d-i apt-setup/non-free-firmware boolean true # Remove popularity-contest popularity-contest popularity-contest/participate boolean false - - +### Account setup +# Skip creation of a root account (normal user account will be able to +# use sudo). +d-i passwd/root-login boolean false diff --git a/PepDev_arm64/pepinstaller/preseed/preseed.cfg b/PepDev_arm64/pepinstaller/preseed/preseed.cfg index f1edd90..c4563b0 100644 --- a/PepDev_arm64/pepinstaller/preseed/preseed.cfg +++ b/PepDev_arm64/pepinstaller/preseed/preseed.cfg @@ -26,5 +26,7 @@ d-i apt-setup/non-free-firmware boolean true # Remove popularity-contest popularity-contest popularity-contest/participate boolean false - - +### Account setup +# Skip creation of a root account (normal user account will be able to +# use sudo). +d-i passwd/root-login boolean false