From 427cee6fb3363ff4eb64cffcdc02bd4fbd3c53c0 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 21:50:11 +0200 Subject: [PATCH] [PR #11946/72bc48fe backport][stable-12] iso_customize: remove note about pycdlib constraints (#11961) iso_customize: remove note about pycdlib constraints (#11946) (cherry picked from commit 72bc48fed4e237d25e34ac1175169c79af14271a) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --- plugins/modules/iso_customize.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/modules/iso_customize.py b/plugins/modules/iso_customize.py index 80ee71391b..9fd9627b35 100644 --- a/plugins/modules/iso_customize.py +++ b/plugins/modules/iso_customize.py @@ -64,7 +64,6 @@ options: type: str required: true notes: - - The C(pycdlib) library states it supports Python 2.7 and 3.4+. - The function C(add_file) in pycdlib is designed to overwrite the existing file in ISO with type ISO9660 / Rock Ridge 1.12 / Joliet / UDF. But it does not overwrite the existing file in ISO with Rock Ridge 1.09 / 1.10. So we take workaround "delete the existing file and then add file for ISO with Rock Ridge".