leapp-repository/SOURCES/0066-docs-Document-LEAPP_DEVEL_TARGET_OS-envar.patch
2025-12-01 09:14:24 +00:00

24 lines
1.3 KiB
Diff

From 7bd5eaf205aed7648ea066b32ec822db57536e8b Mon Sep 17 00:00:00 2001
From: Matej Matuska <mmatuska@redhat.com>
Date: Thu, 13 Nov 2025 13:51:55 +0100
Subject: [PATCH 66/69] docs: Document LEAPP_DEVEL_TARGET_OS envar
---
docs/source/configuring-ipu/envars.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/docs/source/configuring-ipu/envars.md b/docs/source/configuring-ipu/envars.md
index 09634df2..72d00634 100644
--- a/docs/source/configuring-ipu/envars.md
+++ b/docs/source/configuring-ipu/envars.md
@@ -88,3 +88,6 @@ Change the default target RHEL version. Format: `MAJOR.MINOR`.
#### LEAPP_DEVEL_USE_PERSISTENT_PACKAGE_CACHE
Caches downloaded packages when set to `1`. This will reduce the time needed by leapp when executed multiple times, because it will not have to download already downloaded packages. However, this can lead to a random issues in case the data is not up-to-date or when setting or repositories change. The environment variable is meant to be used only for the part of the upgrade before the reboot and has no effect or use otherwise.
+
+#### LEAPP_DEVEL_TARGET_OS
+Change the target OS. This is similar to the --target-os CLI option except there is no restriction on what values can be passed in. This can be used when developing conversions to a yet unsupported target OS.
--
2.51.1