summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-08-14 15:54:49 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-08-14 15:54:49 -0400
commit779476f62f5fdc03e1daa1f752e12642fbb7eb29 (patch)
tree95ba4129daa306ea4bcc2201bd34c3690b78b25b /usr
parent18a4c6c52db8fea0c1d68638cc2af832c5b59259 (diff)
downloadpfsense-779476f62f5fdc03e1daa1f752e12642fbb7eb29.zip
pfsense-779476f62f5fdc03e1daa1f752e12642fbb7eb29.tar.gz
Add SUJ for 9.X
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/installer.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr/local/www/installer.php b/usr/local/www/installer.php
index de51873..9bca514 100644
--- a/usr/local/www/installer.php
+++ b/usr/local/www/installer.php
@@ -581,6 +581,9 @@ EOF;
$custom_txt .= "Filesystem type: <select name='fstype'>\n";
$custom_txt .= "<option value='UFS'>UFS</option>\n";
$custom_txt .= "<option value='UFS+S'>UFS + Softupdates</option>\n";
+ $release = trim(`uname -r | cut -d'.' -f1`);
+ if($release == "9")
+ $custom_txt .= "<option value='UFS+J'>UFS + Journaling</option>\n";
if(file_exists("/boot/gptzfsboot"))
$custom_txt .= "<option value='ZFS'>ZFS</option>\n";
$custom_txt .= "</select>\n";
OpenPOWER on IntegriCloud