mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add SUJ for 9.X
This commit is contained in:
parent
18a4c6c52d
commit
779476f62f
@ -581,6 +581,9 @@ EOF;
|
||||
$custom_txt .= "Filesystem type: <select name='fstype'>\n";
|
||||
$custom_txt .= "<option value='UFS'>UFS</option>\n";
|
||||
$custom_txt .= "<option value='UFS+S'>UFS + Softupdates</option>\n";
|
||||
$release = trim(`uname -r | cut -d'.' -f1`);
|
||||
if($release == "9")
|
||||
$custom_txt .= "<option value='UFS+J'>UFS + Journaling</option>\n";
|
||||
if(file_exists("/boot/gptzfsboot"))
|
||||
$custom_txt .= "<option value='ZFS'>ZFS</option>\n";
|
||||
$custom_txt .= "</select>\n";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user