commit:     2f17bbed9c7b26bf2b99a4e7db1480a446a53385
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 22:55:59 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 22:55:59 2024 +0000
URL:        https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=2f17bbed

one more try

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 targets/support/diskimage-installation.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/targets/support/diskimage-installation.sh 
b/targets/support/diskimage-installation.sh
index fc1b7df9..5d9ff2e1 100755
--- a/targets/support/diskimage-installation.sh
+++ b/targets/support/diskimage-installation.sh
@@ -19,7 +19,7 @@ if [[ $(readlink /etc/portage/make.profile) == *systemd* ]] ; 
then
 echo "Generating /etc/locale.gen"
 cat > /etc/locale.gen <<END
 en_US ISO-8859-1
-en_US.UTF-8 UTF-8
+en_US.utf8 UTF-8
 END
 
 echo "Running systemctl preset-all"
@@ -32,7 +32,7 @@ 
mysfconfigfile=/etc/systemd/system/systemd-firstboot.service.d/00gentoo.conf
 
 mysfconfig_console=$(cat <<END
 [Service]
-ExecStart=systemd-firstboot --locale=en_US.utf8 --timezone=UTC 
--delete-root-password
+ExecStart=systemd-firstboot --locale=en_US.utf8 --keymap=us --timezone=UTC 
--root-password=gentoo
 END
 )
 

Reply via email to