Is there a way to save my setup selections from a regular CDROM install for use as a preseed or kickstart file? I'm experimenting with booting hosts from PXE to standardize Ubuntu installations and wondering if there's an easier way to get the config the way I want. Particularly the Partman config is a royal pain.
update: This seems to dig the setup configuration out of somewhere, but the result doesn't pass it's own checks cleanly:
apt-get -y install debconf-utils
debconf-get-selections --installer > /tmp/setup.cfg
# debconf-set-selections -v -c /tmp/setup.cfg
warning: Unknown type error, skipping line 2
info: Trying to set 'netcfg/wireless_security_type' [select] to 'wpa'
info: Loading answer for 'netcfg/wireless_security_type'
warning: Unknown type error, skipping line 7
warning: Unknown type error, skipping line 9
info: Trying to set 'mirror/http/proxy' [string] to ''
...
Tried booting the PXE client with setup.cfg
and it does seem to work (mostly) despite all the warnings during the check. It does finally fail with the error below: