From 537f7014cb8f737604cabb46fe726384fea6d9b8 Mon Sep 17 00:00:00 2001 From: michael vincerra <37549381+mvincerx@users.noreply.github.com> Date: Fri, 3 Apr 2020 10:09:02 -0700 Subject: [PATCH] Add caution admonition to introduce option to skip-validation-size in sys-reqs. (#1105) * Add caution admonition to introduce option to skip-validation-size. - Aligns minimum system requirements with: - https://github.com/clearlinux/clr-installer/releases/tag/2.4.3 - Closes #1103. Signed-off-by: Michael Vincerra * Respond to reviewer feedback. Signed-off-by: Michael Vincerra --- source/reference/system-requirements.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/reference/system-requirements.rst b/source/reference/system-requirements.rst index 7169b365..54071dbe 100644 --- a/source/reference/system-requirements.rst +++ b/source/reference/system-requirements.rst @@ -9,6 +9,11 @@ modest hardware resources. Out of the box, |CL| can run on a single CPU core, 1 * 4 GB for the *live server* * 20 GB for the *live desktop* +.. caution:: + + Advanced users who wish to install on a disk using less than the recommended space requirements may use the flag ``--skip-validation-size``. Use of this flag may cause the installation to fail due to inadequate disk space. + + For use cases requiring minimal resources, |CL| :ref:`about ` can be used to create a highly customized installation that can even run on a system with a 128MB of memory and 600MB of disk space, for example.