]> git.proxmox.com Git - pve-installer.git/commit
auto-installer: shorten partition label to fit in 11 characters for FAT
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 24 Apr 2024 08:23:43 +0000 (10:23 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 24 Apr 2024 09:27:56 +0000 (11:27 +0200)
commit07fc7803cf78b918a5c4178019d38b412fb667b9
tree01692e04f5523e2055680e82889f306c4bc0007d
parentec4728034e383784ba9f4afdbab619ea129469de
auto-installer: shorten partition label to fit in 11 characters for FAT

(v)FAT is still the most popular FS on removable medias like USB pen
drives, so we need to cope with its legacy..

So, rename the label that we look for again to PROXMOX-AIS, as that
still should allow admins to better recognize what this might be for
by having the "Proxmox" context and the rest is just hard to get
sensible meaning in, so do not bother to invent elaborate explanations
of why AIS is a good choice, it isn't but it's about the best thing
that one can do in these constraints.

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