diff options
author | Simon Spöhel <simon@spoehel.ch> | 2023-08-23 13:39:17 +0000 |
---|---|---|
committer | Simon Spöhel <simon@spoehel.ch> | 2023-08-24 14:42:33 +0000 |
commit | 1acf6afd66c2d7e9a8a5bff42fd1484187d58426 (patch) | |
tree | e1d024adff12e371b5695b50a27955dfdffda23c /libexec/container/build | |
parent | basic cnt rm support. (diff) | |
download | compute-tools-1acf6afd66c2d7e9a8a5bff42fd1484187d58426.tar.xz compute-tools-1acf6afd66c2d7e9a8a5bff42fd1484187d58426.zip |
Basic unifid start.
Diffstat (limited to 'libexec/container/build')
-rwxr-xr-x | libexec/container/build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libexec/container/build b/libexec/container/build index efb42f3..5927308 100755 --- a/libexec/container/build +++ b/libexec/container/build @@ -267,7 +267,6 @@ sed -e "s|@CNT_AUTO@|${CNT_AUTO}|g" \ -e "s|@BIND_RO@|${BIND_RO}|g" \ -e "s|@BOOT@|yes|g" \ -e "s|@CAPABILITY@|${CAPABILITY}|g" \ - -e "s|@DIRECTORY@|${MACHINES}/${NAME}|g" \ -e "s|@DROP_CAPABILITY@|${DROP_CAPABILITY}|g" \ -e "s|@LINK_JOURNAL@|no|g" \ -e "s|@MACHINE@|${NAME}|g" \ |