Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

genisoimage: Directories too deep #236

Open
jsburch83 opened this issue Apr 20, 2023 · 2 comments
Open

genisoimage: Directories too deep #236

jsburch83 opened this issue Apr 20, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@jsburch83
Copy link

jsburch83 commented Apr 20, 2023

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/

@jsburch83 jsburch83 added the bug Something isn't working label Apr 20, 2023
@pay64k
Copy link

pay64k commented Apr 28, 2023

Having the same issue, the -R option would probably fix it. I think the code responsible for that is at multistep/commonsteps/step_create_cdrom.go:194, but I'm not sure.

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.

@tenthirtyam
Copy link

Should be transferred to packer-plugin-sdk.

cc @nywilken @lbajolet-hashicorp

@lbajolet-hashicorp lbajolet-hashicorp transferred this issue from hashicorp/packer Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants