File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 813
813
EESSI_READONLY_OVERLAY=" container:unionfs"
814
814
# cow stands for 'copy-on-write'
815
815
EESSI_READONLY_OVERLAY+=" -o cow"
816
- EESSI_READONLY_OVERLAY+=" /cvmfs_ro/software.eessi.io =RO"
816
+ EESSI_READONLY_OVERLAY+=" /cvmfs_ro/${cvmfs_repo_name} =RO"
817
817
EESSI_READONLY_OVERLAY+=" /cvmfs/${cvmfs_repo_name} "
818
818
else
819
819
echo -e " ERROR: unknown overlay tool specified: ${OVERLAY_TOOL} "
855
855
EESSI_WRITABLE_OVERLAY=" container:unionfs"
856
856
# cow stands for 'copy-on-write'
857
857
EESSI_WRITABLE_OVERLAY+=" -o cow"
858
- EESSI_WRITABLE_OVERLAY+=" ${TMP_IN_CONTAINER} /${cvmfs_repo_name} /overlay-upper=RW:/cvmfs_ro/software.eessi.io =RO"
858
+ EESSI_WRITABLE_OVERLAY+=" ${TMP_IN_CONTAINER} /${cvmfs_repo_name} /overlay-upper=RW:/cvmfs_ro/${cvmfs_repo_name} =RO"
859
859
EESSI_WRITABLE_OVERLAY+=" /cvmfs/${cvmfs_repo_name} "
860
860
else
861
861
echo -e " ERROR: unknown overlay tool specified: ${OVERLAY_TOOL} "
You can’t perform that action at this time.
0 commit comments