Closed alienninja closed 3 years ago
This may be an issue in archive2disk, symbolic links look like they are not preserved. When I manually mounted sda3 and extracted ubuntu_rootfs.tar.gz, and re-ran my cexec container, my command worked.
The issue appears to be archive2disk not processing symbolic links correctly, so closing this issue and creating one for archive2disk
Using the Tinkerbell documentation as an example (links below), I am unable to use the cexec action for any commands as it returns an exec format error. In googling, this is related to not having "#!/bin/sh" at the top of a script, but I am not calling from a script, so I a not sure if this is indirectly how to fix this, or if I am using cexec incorrectly.
Expected Behaviour
I expect cexec to run the commands as expected with the default interpreter.
Current Behaviour
Cexec errors out and the workflow fails to continue executing
Possible Solution
Steps to Reproduce (for bugs)
Context
This is preventing me from using cexec.
Your Environment