On Tue, Jan 23, 2024 at 06:00:50PM +0100, Aaron Lauterer wrote:
> Signed-off-by: Aaron Lauterer
> ---
> proxmox-auto-installer/Cargo.toml | 1 +
> proxmox-auto-installer/src/utils.rs | 48 +++--
> 2 files changed, 19 insertions(+), 30 deletions(-)
>
> diff --git a/proxm
Did some testing, doing various installs using
* different filesystems
* pre/post hooks
* simple udev matching for disks and network interfaces
I did not exercise the udev-matching exhaustively, but as it is pretty
generic, that should cover it.
The `proxmox-installer-filter` is a nice tooling ad
On Thu, Feb 08, 2024 at 11:26:01AM +0100, Christoph Heiss wrote:
> Did some testing, doing various installs using
> * different filesystems
> * pre/post hooks
> * simple udev matching for disks and network interfaces
>
> I did not exercise the udev-matching exhaustively, but as it is pretty
> gener
On 2/8/24 11:34, Christoph Heiss wrote:
On Thu, Feb 08, 2024 at 11:26:01AM +0100, Christoph Heiss wrote:
Did some testing, doing various installs using
* different filesystems
* pre/post hooks
* simple udev matching for disks and network interfaces
I did not exercise the udev-matching exhaust
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
> --
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
Am 06/02/2024 um 11:11 schrieb Gabriel Goller:
> Restrict the acr-value regex a little bit so as to align the behavior
> with PBS. The openid documentation says that the acr-value *should* be
> an URI [0]. Added a regex that loosely disallows some of the reserved URI
> characters specified in the R