From 73e66c91b4abffae07aa8322c2c46a81d4c7285f Mon Sep 17 00:00:00 2001 From: michael vincerra <37549381+mvincerx@users.noreply.github.com> Date: Mon, 8 Jun 2020 10:17:21 -0700 Subject: [PATCH] Adds option to bare-metal-install-* to use YAML config file for installation. (#1189) - Improve discoverability of install-configfile; add link in intro - Closes #1083 - Adds related topics. Signed-off-by: Michael Vincerra --- source/get-started/bare-metal-install-desktop.rst | 10 ++++++++-- source/get-started/bare-metal-install-server.rst | 10 +++++++++- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/source/get-started/bare-metal-install-desktop.rst b/source/get-started/bare-metal-install-desktop.rst index dd56b251..b92c0cd4 100644 --- a/source/get-started/bare-metal-install-desktop.rst +++ b/source/get-started/bare-metal-install-desktop.rst @@ -4,7 +4,9 @@ Install |CL-ATTR| from the live desktop ####################################### This page explains how to boot the |CL-ATTR| live desktop image, from which -you can install |CL| or explore without modifying the host system. +you can install |CL| or explore without modifying the host system. +Alternatively, use a :ref:`YAML configuration file ` +to install |CL|. .. contents:: :local: @@ -37,7 +39,6 @@ Preliminary steps #. Follow your OS instructions to :ref:`create a bootable usb drive `. - .. _install-on-target-start: Install from live image @@ -677,4 +678,9 @@ Troubleshooting :ref:`erase-lvm-troubleshooting-tip` +Related topics +************** + +* :ref:`install-configfile` + .. _Downloads: https://clearlinux.org/downloads diff --git a/source/get-started/bare-metal-install-server.rst b/source/get-started/bare-metal-install-server.rst index fcbe3ef9..0c345e67 100644 --- a/source/get-started/bare-metal-install-server.rst +++ b/source/get-started/bare-metal-install-server.rst @@ -4,7 +4,7 @@ Install |CL-ATTR| from the live server ###################################### This page explains how to install |CL-ATTR| on bare metal from a bootable USB -drive using a live server image. +drive using a live server image. Alternatively, use a :ref:`YAML configuration file ` to install |CL|. .. contents:: :local: @@ -1031,4 +1031,12 @@ commands: sudo dmsetup remove_all --force sudo partprobe +Related topics +************** + +* :ref:`install-configfile` + + .. _Downloads: https://clearlinux.org/downloads + +