From 0de6e5234b407a97669f35747d2c47e6d37a5c15 Mon Sep 17 00:00:00 2001 From: Tau Date: Tue, 26 Nov 2024 22:11:39 +0100 Subject: [PATCH] set uid of vanilla user This is to avoid blocking id 1000, since that should be the first user. --- vanilla_installer/utils/processor.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vanilla_installer/utils/processor.py b/vanilla_installer/utils/processor.py index c76a3136..45b07791 100644 --- a/vanilla_installer/utils/processor.py +++ b/vanilla_installer/utils/processor.py @@ -547,6 +547,7 @@ def gen_install_recipe(log_path, finals, sys_recipe): "vanilla", ["sudo", "lpadmin"], "vanilla", + 1200, ], chroot=True, late=True,