diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-12-21 19:15:02 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-12-21 19:15:02 -0500 |
commit | 5a04b6d852a4528bdf814596364e639486ceed01 (patch) | |
tree | 1d4484417be218c991dac5600e2e6fc4a01ae055 /usr/local | |
parent | 3e4fbe679b8ce1bc3de3ec1b75076f12d751406a (diff) | |
download | pfsense-5a04b6d852a4528bdf814596364e639486ceed01.zip pfsense-5a04b6d852a4528bdf814596364e639486ceed01.tar.gz |
Revise not about leaving 1 megabyte free on each disk
Diffstat (limited to 'usr/local')
-rw-r--r-- | usr/local/www/installer/installer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/installer/installer.php b/usr/local/www/installer/installer.php index 7bcef0c..f0dbb38 100644 --- a/usr/local/www/installer/installer.php +++ b/usr/local/www/installer/installer.php @@ -991,7 +991,7 @@ EOF; <br/>* Sizes are in megabytes. <br/>* Encryption password field should only be used if a encrypted filesystem (.eli) was chosen <br/>* Mount points named /conf are not allowed. Use /cf if you want to make a configuration slice/mount. - <br/>* Leave at least one megabyte unallocated to avoid errors + <br/>* Leave at least one megabyte <strong>unallocated on each disk</strong> to avoid errors {$restored_layout_txt} </span> </strong> |