<div dir="ltr"><div><div><div><div><div><div><div>Id like for automated installation of proxmox to be easier, especially for testing purposes. but, also for repeatable automated deployment. do you already have plans for this?<br><br>I know of the FAI method on the wiki, but i think theres an easier way. just make the installer read answers from /proc/cmdline. This would also help for subscription users, and using automated tools like packer for development. another possibility would be a downloaded config file like debians preseed, but that would probably be overkill.<br><br></div>can you please tell me<br><br>1. which file(s) asks these questions? i remember it being a simple perl script for the 3.4 version.<br><br></div>2. how do you build the installer iso?<br><br></div>3. is there anything else i should look know or look out for?<br><br></div>im thinking of being able to add arguements like this to boot. i hope someone here can think of a better syntax.<br></div><br>country="United States" Timezone="Los Angeles" br0="<a href="http://192.168.0.10/24">192.168.0.10/24</a>" gateway="192.168.0.1" nameservers="192.168.0.1,8.8.8.8" br0slave="eth0" password="vagrant" use_defaults="true"<br><br></div>maybe for real deployment, the network part could look something like this before the configuration management takes over. <br><br></div>br0="<a href="http://192.168.0.10/24">192.168.0.10/24</a>" br0slave="bond0" bond0="lacp,eth0,eth1"<br></div>