Removes encryption option in notes, screenshots in bare-metal-install-server (#814)

* Removes encryption option in notes, screenshots in bare-metal-install-server.

Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>

* Adds notes on use of _F for formatting option.

Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
This commit is contained in:
michael vincerra
2019-09-20 14:50:31 -07:00
committed by GitHub
parent 5a041baa1c
commit a2de1ee7ba
3 changed files with 13 additions and 5 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB

@@ -356,11 +356,16 @@ root partition
.. note::
You may also append the following labels:
You may also append `_F` to the partition name to force the formatting.
* `CLR_ROOT_E`: Adds encryption
* `CLR_ROOT_F`: Formats the partition prior to use
* `CLR_ROOT_E_F`: Adds encryption and formats the partition
* `CLR_ROOT_F`: Force the formatting of the root partition prior to
use.
* `CLR_F_SWAP`: Force the formatting of the swap partition prior to
use; helpful when re-using a partition for swap which was previously formatted for a file system.
* `CLR_F_MNT_/data`: Force the formatting of the extra data
partition prior to use
#. Press :kbd:`Enter`.
@@ -401,8 +406,11 @@ Additional partitions (optional)
Figure 15: CLR_MNT
.. note::
If formatting is desired, the `_F` **must precede** `_MNT`.
#. Alternatively, you may create `CLR_MNT_/srv` or other partitions.
Use of the `_E` or `_F` **must** precede `_MNT`.
Write configuration to disk
---------------------------