From 8914364af4e9724852ad91ef583d425e5b0b53fa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?=
 <marmarek@invisiblethingslab.com>
Date: Fri, 19 Oct 2018 08:02:13 +0200
Subject: [PATCH] anaconda: update Qubes-specific code for Fedora 21 version
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Frédéric Pierret <frederic.epitre@orange.fr>
---
 data/help/en-US/QubesPlaceholder.html          |  5 +++++
 data/help/en-US/QubesPlaceholderWithLinks.html | 13 +++++++++++++
 2 files changed, 18 insertions(+)
 create mode 100644 data/help/en-US/QubesPlaceholder.html
 create mode 100644 data/help/en-US/QubesPlaceholderWithLinks.html

diff --git a/data/help/en-US/QubesPlaceholder.html b/data/help/en-US/QubesPlaceholder.html
new file mode 100644
index 000000000..6811a3871
--- /dev/null
+++ b/data/help/en-US/QubesPlaceholder.html
@@ -0,0 +1,5 @@
+<body>
+<h1>The Anaconda built-in help</h1>
+<p>...is not yet available for this screen.</p>
+<p>You can check the Anaconda wiki page, the Qubes Installation Guide or other online help resources instead.</p>
+</body>
diff --git a/data/help/en-US/QubesPlaceholderWithLinks.html b/data/help/en-US/QubesPlaceholderWithLinks.html
new file mode 100644
index 000000000..0f7d7dcd5
--- /dev/null
+++ b/data/help/en-US/QubesPlaceholderWithLinks.html
@@ -0,0 +1,13 @@
+<body>
+<h1>The Anaconda built-in help</h1>
+<p>...is not yet available for this screen.</p>
+<p>You can check the Anaconda wiki page, the Qubes Installation Guide or other online help resources instead:</p>
+<p>
+<ul>
+    <li><a href="https://wiki.qubes-os.org/wiki/InstallationGuideR3">Qubes R3 Installation Guide</a></li>
+    <li><a href="https://fedoraproject.org/wiki/Anaconda">Anaconda Wiki</a></li>
+    <li><a href="http://fedoraproject.org/wiki/Anaconda_Boot_Options">Anaconda Boot Options</a></li>
+    <li><a href="http://fedoraproject.org/wiki/Anaconda/Kickstart">Anaconda Kickstart</a></li>
+</ul>
+</p>
+</body>
-- 
2.14.4