summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-12-17 16:56:48 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-12-17 16:56:48 -0500
commita37308b2fcfde35c42e251cf5efdd73526f6618e (patch)
treeb29daa1237bcf31aa66332741bc673bfed659c7e /usr
parent7168ab88c10dd49e6c8f7d1d81492ad10f324838 (diff)
downloadpfsense-a37308b2fcfde35c42e251cf5efdd73526f6618e.zip
pfsense-a37308b2fcfde35c42e251cf5efdd73526f6618e.tar.gz
Add /boot when encrypting
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 0a7e983..c44175c 100644
--- a/usr/local/www/installer.php
+++ b/usr/local/www/installer.php
@@ -72,8 +72,8 @@ function write_out_pc_sysinstaller_config($disk, $fstype = "UFS+S", $swapsize =
}
if($encpass)
$diskareaspass = "encpass={$encpass}\n";
-// if($encryption)
-// $diskareaspre = "disk0-part=UFS 500 /boot\n";
+ if($encryption)
+ $diskareaspre = "disk0-part=UFS 500 /boot\n";
if($bootmanager == "")
$bootmanager = "none";
OpenPOWER on IntegriCloud