From 7e13820c1b4e87c2cb9467a537afbc801bef3802 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 14 Aug 2010 20:41:09 -0400 Subject: [PATCH] Note which disk we are installing to in easy mode --- usr/local/www/installer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}