]> git.proxmox.com Git - pve-installer.git/blobdiff - proxmox-auto-install-assistant/src/main.rs
auto-installer: shorten partition label to fit in 11 characters for FAT
[pve-installer.git] / proxmox-auto-install-assistant / src / main.rs
index 44dd12ee5d090709b9b6899f6e66ec71c7e254a2..b798c4348516be172fd687a4afb89a78f46c8cfd 100644 (file)
@@ -94,8 +94,8 @@ struct CommandValidateAnswer {
 /// The behavior of how to fetch an answer file must be set with the '--fetch-from', parameter. The
 /// answer file can be{n}:
 /// * integrated into the ISO itself ('iso'){n}
-/// * needs to be present in a partition / file-system with the label 'PROXMOX-INST-SRC'
-///   ('partition'){n}
+/// * needs to be present in a partition / file-system with the label 'PROXMOX-AIS' (Proxmox
+/// Automated Installer Source) ('partition'){n}
 /// * get requested via an HTTP Post request ('http').
 ///
 /// The URL for the HTTP mode can be defined for the ISO with the '--url' argument. If not present,