/mnt/ignition/ignition/:[0]# cat config.ign { "ignition": { "version": "3.0.0" }, "passwd": { "users": [ { "name": "root", "passwordHash": "xyz" } ] } } /mnt/ignition/combustion/:[0]# cat script #!/bin/bash # combustion: network # Redirect output to the console exec > >(exec tee -a /dev/console) 2>&1 set -eux systemctl enable sshd.service echo Combustion was here > /usr/share/combustion-welcome curl conncheck.opensuse.org