Get rid of 'Restricted Start'. No starting array with Missing encryption key.

This commit is contained in:
Tom Mortensen
2017-11-11 15:34:52 -08:00
parent 5805b7f4da
commit 6fb7db4fed

View File

@@ -71,15 +71,6 @@ Enable auto start:
> the array will be automatically Started and shares exported.<br>
> If set to 'No' then you must Start the array yourself.
Restricted Start:
: <select name="luksRestricted" size="1">
<?=mk_option($var['luksRestricted'], "yes", "Yes")?>
<?=mk_option($var['luksRestricted'], "no", "No")?>
</select>
> When set to **Yes** the array cannot Start if there are encrypted devices and the encryption passphrase/keyfile
> is *missing*.
Default spin down delay:
: <select name="spindownDelay" size="1">
<?=mk_option($var['spindownDelay'], "0", "Never")?>