You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to apply GPO backup at the end of the unattended install. Found the cd_files was never being created because the directory is too deep. How can I get genisoimage to use the Rock Ridge extensions? I've redacted the full file path for security.
vsphere-iso: Creating CD disk...
vsphere-iso: Warning: creating filesystem with Joliet extensions but without Rock Ridge
vsphere-iso: extensions. It is highly recommended to add Rock Ridge.
vsphere-iso: I: -input-charset not specified, using utf-8 (detected in locale settings)
vsphere-iso: genisoimage: Directories too deep for '/tmp/packer_to_cdrom4164509235/ (7) max is 6; ignored - continuing.
vsphere-iso: genisoimage: To include the complete directory tree,
vsphere-iso: genisoimage: use Rock Ridge extensions via -R or -r,
vsphere-iso: genisoimage: or allow deep ISO9660 directory nesting via -D.
vsphere-iso: genisoimage: Directories too deep for '/tmp/packer_to_cdrom4164509235/
The text was updated successfully, but these errors were encountered:
It would be nice to be able to supply an array of arguments in your sources.hcl or similar that would eventually be passed down to return c.Command(path, label, source, dest), nil as for example extra_options and seen in sources,hcl as iso_creation_extra_options.
I am trying to apply GPO backup at the end of the unattended install. Found the cd_files was never being created because the directory is too deep. How can I get genisoimage to use the Rock Ridge extensions? I've redacted the full file path for security.
vsphere-iso: Creating CD disk...
vsphere-iso: Warning: creating filesystem with Joliet extensions but without Rock Ridge
vsphere-iso: extensions. It is highly recommended to add Rock Ridge.
vsphere-iso: I: -input-charset not specified, using utf-8 (detected in locale settings)
vsphere-iso: genisoimage: Directories too deep for '/tmp/packer_to_cdrom4164509235/ (7) max is 6; ignored - continuing.
vsphere-iso: genisoimage: To include the complete directory tree,
vsphere-iso: genisoimage: use Rock Ridge extensions via -R or -r,
vsphere-iso: genisoimage: or allow deep ISO9660 directory nesting via -D.
vsphere-iso: genisoimage: Directories too deep for '/tmp/packer_to_cdrom4164509235/
The text was updated successfully, but these errors were encountered: