From 2fa746984954a7e5e863520f806d68e63a744948 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 21 Dec 2010 19:34:51 -0500 Subject: Default to UFS+S --- usr/local/www/installer/installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local') 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", ""); } -- cgit v1.1