]> git.proxmox.com Git - pve-installer.git/commit
fetch answer: allow to override fetch-from mode through CLI arguments
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 Apr 2024 19:02:47 +0000 (21:02 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 23 Apr 2024 19:02:49 +0000 (21:02 +0200)
commit1cd606e6b268b328d5e332e6dab64738a561b356
tree75ba3f984bb6f0cc240fd9d1439217ab746f6279
parent07844977dabd15bed50647d0212871e72e7e935b
fetch answer: allow to override fetch-from mode through CLI arguments

Allow the user to pass a fetch-from mode also through CLI arguments.

This can be useful for debugging or if the GRUB boot entry from the
advanced menu is used with a ISO that did not (yet) got prepared for
automatic installation.

This is done in a quite crudely way, probably still beats most C
programs though. Only real bigger ugliness the user will notice is
that it exits with a failure code when the user asking for help
through passing `-h` or `--help`.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
proxmox-fetch-answer/src/main.rs