summaryrefslogtreecommitdiffstats
path: root/usr/local/www/installer
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-12-18 02:02:30 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-12-18 02:02:30 -0500
commitcc9464c18968b65f7d8c8d8baf8f306ea2fc61e1 (patch)
tree9ef28068d335ae44ab1134c654708c9a4a0c675d /usr/local/www/installer
parent75a28755aa58b28ee0fc6beaa70a1637887f6470 (diff)
downloadpfsense-cc9464c18968b65f7d8c8d8baf8f306ea2fc61e1.zip
pfsense-cc9464c18968b65f7d8c8d8baf8f306ea2fc61e1.tar.gz
Disable easy options until refactored to work with new rowhelper style post
Diffstat (limited to 'usr/local/www/installer')
-rw-r--r--usr/local/www/installer/installer.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr/local/www/installer/installer.php b/usr/local/www/installer/installer.php
index 8dd6e32..462c629 100644
--- a/usr/local/www/installer/installer.php
+++ b/usr/local/www/installer/installer.php
@@ -833,8 +833,8 @@ function installer_main() {
body_html();
$disk = installer_find_first_disk();
// 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&swapsize=200M\">Easy installation of {$g['product_name']} using the ZFS filesystem on disk {$disk}</a></td></tr>";
+// if(file_exists("/boot/gptzfsboot"))
+// $zfs_enabled = "<tr bgcolor=\"#9A9A9A\"><td align=\"center\"><a href=\"installer.php?state=verify_before_install&fstype0=ZFS&size=200M\">Easy installation of {$g['product_name']} using the ZFS filesystem on disk {$disk}</a></td></tr>";
page_table_start();
echo <<<EOF
<form action="installer.php" method="post" state="step1_post">
@@ -867,7 +867,9 @@ EOF;
<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&swapsize=200M">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