From 830f35e59c8470146e13a795d930ab7b8163a44e Mon Sep 17 00:00:00 2001 From: michael vincerra <37549381+mvincerx@users.noreply.github.com> Date: Tue, 6 Oct 2020 11:25:00 -0700 Subject: [PATCH] Remove UEFI requirement per clr-installer release. (#1208) * Remove UEFI requirement per clr-installer release. - https://github.com/clearlinux/clr-installer/pull/666 - Closes #1207 Signed-off-by: michael vincerra * Add hyperlink ref to clr-boot-manager readme for expl and options. Signed-off-by: michael vincerra --- source/reference/system-requirements.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source/reference/system-requirements.rst b/source/reference/system-requirements.rst index 27c64678..75be00d2 100644 --- a/source/reference/system-requirements.rst +++ b/source/reference/system-requirements.rst @@ -39,7 +39,9 @@ System requirements ******************* |CL| requires an x86 64-bit processor which supports Intel® Streaming SIMD -Extensions 4.2 (Intel® SSE 4.2), and it requires a system that supports UEFI. +Extensions 4.2 (Intel® SSE 4.2). + +For information on the boot loader, see the `clr-boot-manager readme`_ . The |CL| installer performs a system compatibility check upon booting. To manually verify system compatibility with |CL|, run the :ref:`compatibility @@ -88,4 +90,6 @@ Network Active Internet connection *Intel, Intel Core, Xeon, Intel Atom, and the Intel logo are trademarks of -Intel Corporation or its subsidiaries.* \ No newline at end of file +Intel Corporation or its subsidiaries.* + +.. _clr-boot-manager readme: https://github.com/clearlinux/clr-boot-manager \ No newline at end of file