diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-05-08 18:38:44 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-05-08 19:23:25 +0200 |
commit | c2dcbdbfd7bd4c4226cd6bebc47bd455f4cd3b30 (patch) | |
tree | 76fe5dc2e7f786f211336c4b5739dd670889c9bb /data | |
parent | d15ed833178fa5db96db428456e6317fc2a3473e (diff) | |
download | vyos-1x-c2dcbdbfd7bd4c4226cd6bebc47bd455f4cd3b30.tar.gz vyos-1x-c2dcbdbfd7bd4c4226cd6bebc47bd455f4cd3b30.zip |
container: T4353: fix conf-mode script name
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/container/registries.conf.j2 | 2 | ||||
-rw-r--r-- | data/templates/container/storage.conf.j2 | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/data/templates/container/registries.conf.j2 b/data/templates/container/registries.conf.j2 index 6a3be58d0..2e86466a1 100644 --- a/data/templates/container/registries.conf.j2 +++ b/data/templates/container/registries.conf.j2 @@ -1,4 +1,4 @@ -### Autogenerated by /usr/libexec/vyos/conf_mode/container.py ### +### Autogenerated by container.py ### # For more information on this configuration file, see containers-registries.conf(5). # diff --git a/data/templates/container/storage.conf.j2 b/data/templates/container/storage.conf.j2 index 97e1a9d0c..e3388ea7e 100644 --- a/data/templates/container/storage.conf.j2 +++ b/data/templates/container/storage.conf.j2 @@ -1,5 +1,4 @@ -### Autogenerated by /usr/libexec/vyos/conf_mode/container.py ### - +### Autogenerated by container.py ### [storage] driver = "vfs" graphroot = "/config/containers/storage" |