#68 Update modules/install-guide/pages/advanced/Boot_Options.adoc
Merged 3 years ago by pbokoc. Opened 3 years ago by chrismurphy.
Unknown source miscfixups  into  master

@@ -1,4 +1,3 @@

- 

  :experimental:

  include::{partialsdir}/entities.adoc[]

  
@@ -350,10 +349,6 @@

  +

  Multiple values can be combined as a comma separated list, for example: `input_ks,logs`

  

- [option]#inst.zram#::  This option controls the usage of _zRAM_ swap during the installation. It creates a compressed block device inside the system RAM and uses it for swap space instead of the hard drive. This allows the installer to essentially increase the amount of memory available, which makes the installation faster on systems with low memory.

- +

- By default, swap on zRAM is enabled on systems with 2 GB or less RAM, and disabled on systems with more than 2 GB of memory. You can use this option to change this behavior - on a system with more than 2 GB RAM, use [option]#inst.zram=1# to enable it, and on systems with 2 GB or less memory, use [option]#inst.zram=0# to disable this feature.

- 

  [option]#inst.memcheck#::  Perform a check at the beginning of the installation to determine if there is enough available RAM. If there is not enough memory detected, the installation will stop with an error message. This option is enabled by default; use [option]#inst.memcheck=0# to disable it.

  

  [option]#inst.nodnf#::  Use the older [application]*Yum* backend for package installation and dependency resolution instead of [application]*DNF*. See the [citetitle]_{PRODUCT} System Administrator's Guide_, available at link:++https://docs.fedoraproject.org/++[], for details about [application]*DNF*.

Metadata Update from @pbokoc:
- Request assigned

3 years ago

Pull-Request has been merged by pbokoc

3 years ago