Re: [pve-devel] [PATCH v3 15/30] auto-installer: add fetch answer binary

2024-04-02 Thread Christoph Heiss
Two typos ;) And some small nits On Thu, Mar 28, 2024 at 02:50:13PM +0100, Aaron Lauterer wrote: [..] > diff --git a/proxmox-auto-installer/src/bin/proxmox-fetch-answer.rs > b/proxmox-auto-installer/src/bin/proxmox-fetch-answer.rs > new file mode 100644 > index 000..9e89a3c > --- /dev/null >

[pve-devel] [PATCH v3 15/30] auto-installer: add fetch answer binary

2024-03-28 Thread Aaron Lauterer
it is supposed to be run first and fetch an answer file. The initial implementation searches for a partition/filesystem called 'proxmoxinst' or 'PROXMOXINST' with an 'answer.toml' file in the root directory. Once it has an answer file, it will call the 'proxmox-auto-installer' and pipe in the con