Update bare-metal-install* to use swapfile instead of swap partition (#1124)

* Update bare-metal-install* to use swapfile instead of swap partition

* Scope covers  -server and -desktop versions of clr-installer
* Align with clr-installer release PR-705:
* https://github.com/clearlinux/clr-installer/pull/705
* Respond to reviewer feedback
* Closes #1131

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

* Remove blank line.

Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
This commit is contained in:
michael vincerra
2020-04-20 13:06:19 -07:00
committed by GitHub
parent df2078fab1
commit edd1bc10ff
2 changed files with 19 additions and 14 deletions
@@ -344,8 +344,10 @@ boot partition
#. Select :guilabel:`Add`.
swap partition
--------------
swap partition (optional)
-------------------------
A swapfile is generated by default during installation. However, if you prefer to create a swap partition, follow the steps below.
#. With :guilabel:`unallocated` highlighted, select from the menu
:menuselection:`Partition --> New`.
@@ -643,16 +645,16 @@ Create partitions per requirements in Table 1.
- /boot
- 150MB
* - ``linux-swap``
- swap
-
- 256MB
* - ``ext[234], XFS, or f2fs``
- root
- /
- *Size depends upon use case/desired bundles.*
.. note::
A 64MiB swapfile is generated by default. The default size may be set
manually with the ``--swap-file-size`` command-line option.
Troubleshooting
***************
@@ -318,8 +318,11 @@ boot partition
Now follow the same process to configure the remaining partitions.
swap partition
--------------
swap partition (optional)
-------------------------
A swapfile is generated by default during installation. However, if you
prefer to create a swap partition, follow the steps below.
#. Use the :kbd:`Up/Down` arrow to select free space.
@@ -915,16 +918,16 @@ Create partitions per requirements in Table 1.
- /boot
- 150MB
* - ``linux-swap``
- swap
-
- 256MB
* - ``ext[234], `XFS`, or f2fs``
- root
- /
- *Size depends upon use case/desired bundles.*
.. note::
A 64MiB swapfile is generated by default. The default size may be set
manually with the ``--swap-file-size`` command-line option.
Troubleshooting
***************