]> git.proxmox.com Git - pve-installer.git/commit
fetch answers: rename partition search label
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 Apr 2024 13:14:27 +0000 (15:14 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 22 Apr 2024 12:31:37 +0000 (14:31 +0200)
commit528d1268762c3db3002b807e902f8ca1fb546367
tree4ec30a2a299dd975bc51b98d57086debe9694ecc
parent412871c90a1f8fec9e1a27be8476f03d96629193
fetch answers: rename partition search label

The new one is far from perfect either, but labels can be at max 16
characters, so that's what we have to work with.

It now is slightly easier to read due to the hyphen separation and
contains the following relevant info:
- proxmox spelled out in full, so anybody seeing that label has a good
  chance to narrow down what it could do already by a lot
- inst is a bit cryptic, but that Proxmox has a installer is a easy to
  find out fact
- src should hopefully relay that this is the source of
  (configuration) for something related to a installer by proxmox

But yeah, please don't limit IDs or names to less than 32, ideally
even 64, characters, that's the bare minimum to get some expressive
names that can have actual meaning..

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