Revision 846631ac
Added by Scott Ullrich about 15 years ago
usr/local/www/installer.php | ||
---|---|---|
442 | 442 |
</table> |
443 | 443 |
<p/> |
444 | 444 |
<table> |
445 |
<tr><td align="right"><b>Target Disk:</td><td>{$_REQUEST['disk']}</td></tr> |
|
446 |
<tr><td align="right"><b>Disk size:</td><td>{$disksize}</td></tr> |
|
447 |
<tr><td align="right"><b>Filesystem type:</td><td>{$_REQUEST['fstype']}</td></tr> |
|
445 |
<tr><td align="right"><b>Disk:</td><td>{$_REQUEST['disk']}</td></tr> |
|
446 |
<tr><td align="right"><b>Description:</td><td>{$disk['desc']}</td></tr> |
|
447 |
<tr><td align="right"><b>Size:</td><td>{$disksize}</td></tr> |
|
448 |
<tr><td align="right"><b>Filesystem:</td><td>{$_REQUEST['fstype']}</td></tr> |
|
448 | 449 |
</table> |
449 | 450 |
</div> |
450 | 451 |
</center> |
... | ... | |
685 | 686 |
<div id="pfsenseinstaller"> |
686 | 687 |
<center> |
687 | 688 |
Rescue config.xml<p/> |
688 |
<a href="installer.php?state=verify_before_install&disk={$disk}&fstype=ufs">Easy installation of {$g['product_name']} using the UFS filesystem</a><p/>
|
|
689 |
<a href="installer.php?state=verify_before_install&disk={$disk}&fstype=UFS">Easy installation of {$g['product_name']} using the UFS filesystem</a><p/>
|
|
689 | 690 |
{$zfs_enabled} |
690 | 691 |
<a href="installer.php?state=custominstall">Custom installation of {$g['product_name']}</a> |
691 | 692 |
</center> |
Also available in: Unified diff
Show disk description