I began looking at the new AIS tool for Proxmox installs, and it looks useful to me! Specifically, my environment would prefer to use the partition option for mounting the answer.toml file. However, the tool appears to be hardcoded to look for a partition named "proxmox-ais" or "PROXMOX-AIS" that would host it. I don't think that would work for my use case.
Currently I'm provisioning proxmox servers via Dell iDRAC and the Server Configuration Profile options Dell provides. The final steps of the configuration profiles mount the imaging (Proxmox) iso, and have the capability of mounting an answer file share. The issue is that Dell does not provide the option to change the label of this share, and it defaults to some variant of "USB".
My question is: is there a way for me/someone to change the proxmox-ais packages to support either passing the share label via command line? OR - can someone point me to the line in the file where I could potentially just swap the "proxmox-ais" string for the Dell equivalent, and then recompile? I did try looking, but was unable to locate it on github.
EDIT: Looks like its line 12 of partition.rs under proxmox-fetch-answer. Not sure how I didn't spot it before honestly.
Currently I'm provisioning proxmox servers via Dell iDRAC and the Server Configuration Profile options Dell provides. The final steps of the configuration profiles mount the imaging (Proxmox) iso, and have the capability of mounting an answer file share. The issue is that Dell does not provide the option to change the label of this share, and it defaults to some variant of "USB".
My question is: is there a way for me/someone to change the proxmox-ais packages to support either passing the share label via command line? OR - can someone point me to the line in the file where I could potentially just swap the "proxmox-ais" string for the Dell equivalent, and then recompile? I did try looking, but was unable to locate it on github.
EDIT: Looks like its line 12 of partition.rs under proxmox-fetch-answer. Not sure how I didn't spot it before honestly.
Last edited: