summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-12-21 19:34:51 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-12-21 19:52:13 -0500
commit2fa746984954a7e5e863520f806d68e63a744948 (patch)
treefaf22900f457614b830fe32f0b2e7aaa2e3ce87c /usr/local
parenteb7aa2638725216a75421e2df8424decc72068f8 (diff)
downloadpfsense-2fa746984954a7e5e863520f806d68e63a744948.zip
pfsense-2fa746984954a7e5e863520f806d68e63a744948.tar.gz
Default to UFS+S
Diffstat (limited to 'usr/local')
-rw-r--r--usr/local/www/installer/installer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/installer/installer.php b/usr/local/www/installer/installer.php
index e451104..e8fa9fe 100644
--- a/usr/local/www/installer/installer.php
+++ b/usr/local/www/installer/installer.php
@@ -942,7 +942,7 @@ EOF;
}
} else {
// Construct the default rows that outline the disks configuration.
- $custom_txt .= return_rowhelper_row("0", "/", "UFS", $first_disk, "{$first_disk_size}", "");
+ $custom_txt .= return_rowhelper_row("0", "/", "UFS+S", $first_disk, "{$first_disk_size}", "");
$custom_txt .= return_rowhelper_row("1", "none", "SWAP", $first_disk, "$swap_size", "");
}
OpenPOWER on IntegriCloud