From d112c84c152d6270dac78ca68cc6f911c01ca579 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rg=20Sachse?= <Joerg.Sachse@slub-dresden.de>
Date: Mon, 25 Jan 2021 10:06:57 +0100
Subject: [PATCH] doc: specify ISO image requirements

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 238e5c1..312b626 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ To deploy this role to a managed host, the following software must be installed
 * Python3
 * SSHd
 
-In order to create a bootable ISO image, you have to provide a RHEL ISO image in the role's root directory and set the correct version in `vars/main.yml`.
+In order to create a bootable ISO image, you have to provide a RHEL ISO image (named something like `rhel-server-7.9-x86_64-dvd.iso`) in the role's root directory and set the correct version in `vars/main.yml`. Just using the `rhel-server-7.9-x86_64-boot.iso` does NOT work.
 
 ## Quick start
 
-- 
GitLab