From 66365d91a8fdb5dd72784cd2c60a92377bb6500a Mon Sep 17 00:00:00 2001 From: andreili Date: Tue, 19 Aug 2025 15:29:25 +0200 Subject: [PATCH] Fix user create sequence --- config/os_aarch64.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config/os_aarch64.json b/config/os_aarch64.json index 3d94e2d..58eb94c 100644 --- a/config/os_aarch64.json +++ b/config/os_aarch64.json @@ -259,6 +259,7 @@ { "copy": [ "%{ROOT_DIR}%/files/firmware/usr", "."] }, { "sudo": "chmod u+s ./usr/bin/Xorg" }, { "sudo": "ln -sf /usr/share/zoneinfo/%{TIME_ZONE}% ./etc/localtime" }, + { "chroot": "groupadd -g %{USER_ID}% %{USER_LOGIN}%" }, { "chroot": "useradd -m -G wheel,video,audio,disk,usb -g %{USER_ID}% -u %{USER_ID}% %{USER_LOGIN}% --password %{USER_LOGIN}%" }, { "chroot": "echo '%{USER_LOGIN}%:%{USER_LOGIN}%' | chpasswd" }, { "chroot": "echo 'root:root' | chpasswd" },