diff options
author | Christian Breunig <christian@breunig.cc> | 2023-03-11 23:27:55 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-03-11 23:27:55 +0100 |
commit | 75c940e123584a00f338897c464ae0fc6d30a34a (patch) | |
tree | 34f86e5e792d88833fbc9b04956d0bb09f2abe21 /debian | |
parent | f2f086567a3dea3717219e776a464a3a59ccc085 (diff) | |
download | vyos-1x-75c940e123584a00f338897c464ae0fc6d30a34a.tar.gz vyos-1x-75c940e123584a00f338897c464ae0fc6d30a34a.zip |
container: T5003: add dependency on fuse-overlayfs
Fix podman error about invalid storage:
[graphdriver] prior storage driver overlay failed: 'overlay' is not supported
over overlayfs, a mount_program is required: backing file system is unsupported
for this graph driver" Error: 'overlay' is not supported over overlayfs, a
mount_program is required: backing file system is unsupported for this graph
driver.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 14972028b..e20a6dc5a 100644 --- a/debian/control +++ b/debian/control @@ -60,6 +60,7 @@ Depends: frr-pythontools, frr-rpki-rtrlib, frr-snmp, + fuse-overlayfs, libpam-google-authenticator, grc, hostapd, |