summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Disable encpass when we are not using an encrypted fstype. Alert to the ↵Scott Ullrich2010-12-191-6/+10
| | | | operator that defining an encpass on an encyrpted volume will require a password on each bootup.
* Use full path to binaries. Make savemsg a globalScott Ullrich2010-12-191-26/+28
|
* Throw an error if we have an encrypted / without a non-encrypted /bootScott Ullrich2010-12-191-2/+17
|
* Remove newlineScott Ullrich2010-12-181-1/+1
|
* Move total allocated box below rowhelperScott Ullrich2010-12-181-3/+3
|
* Add total allocated box that adds up all of the sizes that have been ↵Scott Ullrich2010-12-181-2/+17
| | | | allocated thus far
* Rename conf to x counterScott Ullrich2010-12-181-2/+2
|
* Do not allow /conf and inform user to use /cf when making a dedicated conf sliceScott Ullrich2010-12-181-2/+9
|
* Fix softupdatesScott Ullrich2010-12-181-1/+1
|
* Restore encpass as wellScott Ullrich2010-12-181-2/+3
|
* Save layout on disk. If an installer error occurs the layout will be ↵Scott Ullrich2010-12-181-3/+30
| | | | restored on the rowhelper screen so that you can easily make changes
* USe memory *2 for default swap spaceScott Ullrich2010-12-181-8/+10
|
* Note that .eli are encryptedScott Ullrich2010-12-181-1/+1
|
* Be less chattyScott Ullrich2010-12-181-9/+2
|
* Do not spam console, spam logScott Ullrich2010-12-181-1/+1
|
* No need to output 'Loading new configuration'. We already have a line ↵Scott Ullrich2010-12-181-3/+0
| | | | written out telling the user what we are doing
* use is_dir(). Sometimes php lack of uniform function names can be annoying.Scott Ullrich2010-12-181-1/+1
|
* Ensure log directory exists before invoking syslogdScott Ullrich2010-12-182-1/+5
|
* Touch log file so it can be created on livecdScott Ullrich2010-12-182-2/+6
|
* Disable easy options until refactored to work with new rowhelper style postScott Ullrich2010-12-181-2/+4
|
* Redirect to / if already installedScott Ullrich2010-12-181-1/+1
|
* Misc commentsScott Ullrich2010-12-181-4/+15
|
* Add mirroring. Default to no boot manager saving a few seconds on bootupScott Ullrich2010-12-181-2/+3
|
* Correct pathScott Ullrich2010-12-171-1/+1
|
* We do not need these filesScott Ullrich2010-12-172-28/+0
|
* Add new filesScott Ullrich2010-12-175-0/+227
|
* Catch up to recent FreeBSD-9-CURRENT changesScott Ullrich2010-12-1742-1537/+2565
|
* Show begabyte size in addition to pretty formatted styleScott Ullrich2010-12-171-2/+3
|
* Echo out newlineScott Ullrich2010-12-171-1/+1
|
* Correct reboot linkScott Ullrich2010-12-171-11/+3
|
* Unbreak more than 2 slicesScott Ullrich2010-12-171-4/+9
|
* Auto set 256 and remaining to /Scott Ullrich2010-12-172-913/+966
|
* Ignore mountpoint for SWAPScott Ullrich2010-12-171-1/+2
|
* Add rowhelper supportScott Ullrich2010-12-171-125/+215
|
* Adding support for custom hooks. If the function ↵Scott Ullrich2010-12-171-6/+23
| | | | row_helper_dynamic_custom() exists it will be called and pass a tr object which is the createElement("tr") handle.
* Honor rowsize.Scott Ullrich2010-12-171-1/+1
|
* Safe belts to avoid errors.Ermal2010-12-171-8/+11
|
* Do not attach ng_etther(4) to every system interface. Instead do a search if ↵Ermal2010-12-172-0/+57
| | | | netgraph is needed on single/every interface during interface configuration. Also enable netgraph support for interface as needed when enabling pptp/l2tp/pppoe/... . This should prevent the netgraph queue to slow down network performance on fast links.
* Move to index.php.Scott Ullrich2010-12-172-1/+1
|
* Moving installer to it's own directory since we will have a number of helper ↵Scott Ullrich2010-12-171-1/+1
| | | | javascript files and such soon
* Do not copy non existent /sysScott Ullrich2010-12-171-1/+1
|
* Add /boot when encryptingScott Ullrich2010-12-171-2/+2
|
* Pass bootmanager and encryption settingsScott Ullrich2010-12-171-9/+17
|
* Allow carp as parent only to ipalias.Ermal2010-12-171-0/+6
|
* More safety belts. Do not allow a carp referenced by an ipalias to be deleted.Ermal2010-12-171-0/+6
|
* Fallback to the sane limit of 255 now that the patch is backed out.Ermal2010-12-171-1/+1
|
* Add safety belts since only aliases on same subnet can be added to an carp(4)Ermal2010-12-171-1/+15
|
* Allow ip aliases to be added to vips.Ermal2010-12-171-0/+3
|
* Allow setting none for boot manager to turn off F1 pfSenseScott Ullrich2010-12-171-4/+24
|
* Show when disk is encrypted. Do not uppercase .eliScott Ullrich2010-12-172-3/+5
|
OpenPOWER on IntegriCloud