]> git.proxmox.com Git - pve-installer.git/commitdiff
Fix typo in error message.
authorStoiko Ivanov <s.ivanov@proxmox.com>
Thu, 22 Nov 2018 17:27:00 +0000 (18:27 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 22 Nov 2018 18:09:02 +0000 (19:09 +0100)
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
proxinstall

index bd9c4247dc2ac19f9eb024ac581f47f1d15be974..830dcbd4dc0fe11b4bc9050f4eed980e6bdca96e 100755 (executable)
@@ -887,7 +887,7 @@ sub partition_bootable_disk {
     }
 
     my $hdgb = int($hdsize/(1024*1024));
-    die "hardisk '$target_dev' too small (${hdsize}GB)\n" if $hdgb < 8;
+    die "hardisk '$target_dev' too small (${hdgb}GB)\n" if $hdgb < 8;
 
     # 1 - BIOS boot partition (Grub Stage2): first free 1M
     # 2 - EFI ESP: next free 512M