When building a raw bootc-based image and adding a user via blueprint customization the home directory is being created in /ostree/deploy/default/var/home/user, and not in /var/home/user. The user itself is created and I can log in with an error about a missing home directory
The blueprint used:
[[customizations.user]]
name = "user"
password = "123456"
groups = ["wheel"]
Build log: image-builder.log
When building a raw bootc-based image and adding a user via blueprint customization the home directory is being created in
/ostree/deploy/default/var/home/user, and not in/var/home/user. The user itself is created and I can log in with an error about a missing home directoryThe blueprint used:
Build log: image-builder.log