Subiquity is an installer framework for Ubuntu, providing the Ubuntu Server text UI installer, and Ubuntu Core first boot configuration. It also functions as the backend for other Ubuntu install cases such as the flutter-based Desktop installer and as part of WSL configuration.
Questions tagged [subiquity]
55 questions
1
vote
1 answer
Interact with user from subiquity late-command?
I am working on moving from the old Debian-style installer to the newer Ubuntu server autoinstall system which uses subiquity. One thing we do with our current system is run a late_command script which registers the machine for our network. That…
0
votes
1 answer
Dynamic Hostnames from DHCP in Autoinstall
In the user_data autoinstall I have being served via tftp, the hostname field is required. I'm using statically mapped dhcp entries to match machine to hostname, ip, etc.
How can I get the autoinstall hostname to accept the value from dhcp on pxe…