Hello. I'm trying to automate the install of PVE. I got everything to work as expected referencing published WIKI automated install docs. However I didn't expect that the firstboot script would end up running as a service vs. interactively. I have a few prompts that need user input (site code, hostname, etc.) that complete the config.
Does anyone know how to force firstboot to run interactively on first login as root?
Code:
[first-boot]
source = "from-url"
ordering = "network-online"
url = "{bash_script_url}"
Does anyone know how to force firstboot to run interactively on first login as root?