mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
[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 72bc48fed4)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
@@ -64,7 +64,6 @@ options:
|
|||||||
type: str
|
type: str
|
||||||
required: true
|
required: true
|
||||||
notes:
|
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
|
- 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
|
/ 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".
|
"delete the existing file and then add file for ISO with Rock Ridge".
|
||||||
|
|||||||
Reference in New Issue
Block a user