summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-14 20:41:09 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-14 20:41:09 -0400
commit7e13820c1b4e87c2cb9467a537afbc801bef3802 (patch)
treebebfed700c61f88f370e3d8ef541303a5856e251 /usr
parentf38e4f2695005a010bd8ac3e46bdeaa25efcc3a1 (diff)
downloadpfsense-7e13820c1b4e87c2cb9467a537afbc801bef3802.zip
pfsense-7e13820c1b4e87c2cb9467a537afbc801bef3802.tar.gz
Note which disk we are installing to in easy mode
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/installer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/installer.php b/usr/local/www/installer.php
index 1f0fa0b..c331cfb 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 = "<tr bgcolor=\"#9A9A9A\"><td align=\"center\"><a href=\"installer.php?state=verify_before_install&fstype=ZFS\">Easy installation of {$g['product_name']} using the ZFS filesystem</a></td></tr>";
+ $zfs_enabled = "<tr bgcolor=\"#9A9A9A\"><td align=\"center\"><a href=\"installer.php?state=verify_before_install&fstype=ZFS\">Easy installation of {$g['product_name']} using the ZFS filesystem on disk {$disk}</a></td></tr>";
$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() {
<center>
<table cellspacing="5" cellpadding="5" style="border: 1px dashed;">
<tr bgcolor="#CECECE"><td align="center">
- <a href="installer.php?state=verify_before_install&disk={$disk}&fstype=UFS">Easy installation of {$g['product_name']} using the UFS filesystem</a>
+ <a href="installer.php?state=verify_before_install&disk={$disk}&fstype=UFS">Easy installation of {$g['product_name']} using the UFS filesystem on disk {$disk}</a>
</td></tr>
{$zfs_enabled}
<tr bgcolor="#AAAAAA"><td align="center">
OpenPOWER on IntegriCloud