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
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
When running chroot_setup when a directory in the tree does not exist, it gives the following error:
ERROR: [CHROOT DIRECTORY] Must begin with /QOpenSys/...
It really should give a better error (or maybe just work). I suspect we really just need the appropriate logic here, to handle the file not missing (readlink is just failing in the current implementation, so the variable is empty)
When running
chroot_setupwhen a directory in the tree does not exist, it gives the following error:It really should give a better error (or maybe just work). I suspect we really just need the appropriate logic here, to handle the file not missing (readlink is just failing in the current implementation, so the variable is empty)
ibmichroot/chroot_setup.sh
Line 388 in 2a55b64