Re: [pve-devel] [PATCH v1 installer 14/18] auto-installer: add fetch answer binary

2024-02-16 Thread Aaron Lauterer
On 2/8/24 17:46, Aaron Lauterer wrote: On 2/8/24 15:18, Christoph Heiss wrote: Sorry for not including this in the first email. On Tue, Jan 23, 2024 at 06:00:49PM +0100, Aaron Lauterer wrote: [..] diff --git a/proxmox-auto-installer/src/fetch_plugins/partition.rs b/proxmox-auto-installer/

Re: [pve-devel] [PATCH v1 installer 14/18] auto-installer: add fetch answer binary

2024-02-08 Thread Aaron Lauterer
On 2/8/24 15:18, Christoph Heiss wrote: Sorry for not including this in the first email. On Tue, Jan 23, 2024 at 06:00:49PM +0100, Aaron Lauterer wrote: [..] diff --git a/proxmox-auto-installer/src/fetch_plugins/partition.rs b/proxmox-auto-installer/src/fetch_plugins/partition.rs new file m

Re: [pve-devel] [PATCH v1 installer 14/18] auto-installer: add fetch answer binary

2024-02-08 Thread Christoph Heiss
Sorry for not including this in the first email. On Tue, Jan 23, 2024 at 06:00:49PM +0100, Aaron Lauterer wrote: [..] > diff --git a/proxmox-auto-installer/src/fetch_plugins/partition.rs > b/proxmox-auto-installer/src/fetch_plugins/partition.rs > new file mode 100644 > index 000..0552ddd > --

Re: [pve-devel] [PATCH v1 installer 14/18] auto-installer: add fetch answer binary

2024-02-06 Thread Christoph Heiss
On Tue, Jan 23, 2024 at 06:00:49PM +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..baf2bd2 > --- /dev/null > +++ b/proxmox-auto-installer/src

[pve-devel] [PATCH v1 installer 14/18] auto-installer: add fetch answer binary

2024-01-23 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