However, I am having trouble with the final user/pass that should be available on the VM.
I just use the defaults for the anaconda install process, the 'user' exists, but the suggested password does not.
I also tested this with a blueprint user customization with just a plaintext 'test' as a password, and this also doesn't work.
I do substitute:
'edge-container' -> 'iot-container'
'edge-installer' -> 'iot-installer'
in the guide.
Environment
I am building this on a VM
OS version (/etc/os-release and /etc/redhat-release):
Moving the user customization from the example.toml to the empty.toml does work. I am not sure if that is the correct/expected behaviour, but it goes against the example.
Describe the bug This is the first time using osbuild, so I might be missing something simple.
I am trying to follow the guide at: https://www.osbuild.org/guides/user-guide/edge-container+installer.html
However, I am having trouble with the final user/pass that should be available on the VM. I just use the defaults for the anaconda install process, the 'user' exists, but the suggested password does not.
I also tested this with a blueprint user customization with just a plaintext 'test' as a password, and this also doesn't work.
I do substitute: 'edge-container' -> 'iot-container' 'edge-installer' -> 'iot-installer' in the guide.
Environment I am building this on a VM
/etc/os-release
and/etc/redhat-release
):rpm -qi osbuild-composer)
:To Reproduce Steps to reproduce the behavior: I just followed and copy pasted the commands from: https://www.osbuild.org/guides/user-guide/edge-container+installer.html
I do substitute: 'edge-container' -> 'iot-container' 'edge-installer' -> 'iot-installer' in the guide.
Expected behavior After installing the iso on a new VM, I expect the username "user" and password "password42" to work, as per the docs.
Additional context I am running the following commands based on the example: