mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
iso_customize: remove note about pycdlib constraints (#11946)
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