Skip to content

Commit

Permalink
set uid of vanilla user
Browse files Browse the repository at this point in the history
This is to avoid blocking id 1000, since that should be the first user.
  • Loading branch information
taukakao committed Nov 27, 2024
1 parent 18bafef commit 0de6e52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vanilla_installer/utils/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@ def gen_install_recipe(log_path, finals, sys_recipe):
"vanilla",
["sudo", "lpadmin"],
"vanilla",
1200,
],
chroot=True,
late=True,
Expand Down

0 comments on commit 0de6e52

Please sign in to comment.