I have an autoinstall config:
#cloud-config
autoinstall:
version: 1
late-commands:
- curtin in-target --interactive --target=/target -- echo "Hello! This is output from late-commands"
While executing late commands, it will print:
finish: subiquity/Late/run/command_0: curtin in-target --interactive --target=/target -- echo "Hello! This is output from late-commands"
Is there a way to make it print the output of a late-command, too? I want to debug late-commands.