diff --git a/usr/local/www/installer.php b/usr/local/www/installer.php index 1f0fa0bc97..c331cfbcfd 100644 --- a/usr/local/www/installer.php +++ b/usr/local/www/installer.php @@ -673,7 +673,7 @@ function installer_main() { body_html(); // Only enable ZFS if this exists. The install will fail otherwise. if(file_exists("/boot/gptzfsboot")) - $zfs_enabled = "Easy installation of {$g['product_name']} using the ZFS filesystem"; + $zfs_enabled = "Easy installation of {$g['product_name']} using the ZFS filesystem on disk {$disk}"; $disk = installer_find_first_disk(); if(!$disk) echo gettext("WARNING: Could not find any suitable disks for installation."); @@ -700,7 +700,7 @@ function installer_main() {
{$zfs_enabled}
- Easy installation of {$g['product_name']} using the UFS filesystem + Easy installation of {$g['product_name']} using the UFS filesystem on disk {$disk}