From fcdf963a7889949b07d6b9a5c3060fa480e0a634 Mon Sep 17 00:00:00 2001 From: Chris Murphy Date: Jan 27 2021 03:16:28 +0000 Subject: Update modules/install-guide/pages/advanced/Boot_Options.adoc This option is removed by anaconda commit 66e3264e "Replace the zram service" https://github.com/rhinstaller/anaconda/commit/66e3264e8d6d6871f0d6942e747cd0ed225a57f1 --- diff --git a/modules/install-guide/pages/advanced/Boot_Options.adoc b/modules/install-guide/pages/advanced/Boot_Options.adoc index 7f0fe46..99d6169 100644 --- a/modules/install-guide/pages/advanced/Boot_Options.adoc +++ b/modules/install-guide/pages/advanced/Boot_Options.adoc @@ -1,4 +1,3 @@ - :experimental: include::{partialsdir}/entities.adoc[] @@ -350,10 +349,6 @@ See xref:install/Installing_Using_Anaconda.adoc#sect-installation-gui-manual-par + 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*.