diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2021-01-02 17:23:18 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2021-01-02 17:23:18 +0100 |
| commit | c7d92d64753334af303e7a5fcbe1b041d933ba1e (patch) | |
| tree | 02fdf93e9dd13101c867ba7cb431e2258844e1a6 /utils/lxc.sh | |
| parent | 5fb9a5c7c10252b21a23fe66e1625ed9f8691b4a (diff) | |
[fix] remove Ubuntu 19.10 from the LXC suite (EOL)
Official support for Ubuntu 19.10 'Eoan Ermine' ended on July 17, 2020.
The image has been dropped [1] from https://images.linuxcontainers.org
[1] https://github.com/lxc/lxc-ci/commit/d161de601bffe4055d77b9d52a826ce5d81567d9
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/lxc.sh')
| -rwxr-xr-x | utils/lxc.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/lxc.sh b/utils/lxc.sh index 11dbe578d..2737a188b 100755 --- a/utils/lxc.sh +++ b/utils/lxc.sh @@ -32,11 +32,10 @@ apt-get install -y git curl wget " ubu1804_boilerplate="$ubu1604_boilerplate" ubu1904_boilerplate="$ubu1804_boilerplate" -ubu1910_boilerplate="$ubu1904_boilerplate" # shellcheck disable=SC2034 ubu2004_boilerplate=" -$ubu1910_boilerplate +$ubu1904_boilerplate echo 'Set disable_coredump false' >> /etc/sudo.conf " |