diff options
| author | Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> | 2021-09-14 16:32:52 +0200 |
|---|---|---|
| committer | Łukasz 'sil2100' Zemczak <lukasz.zemczak@canonical.com> | 2021-09-14 16:32:52 +0200 |
| commit | 28779054c060dea4fe2376b8e7275a634fbfa949 (patch) | |
| tree | 42b8575c0d44c94be3a9096a9b63979b850503f6 | |
| parent | 51f216b09c42f98fa924525675a4254f20b7d8b7 (diff) | |
scripts/simple-plugins: ubuntu-drivers autoinstall is now deprecated, use 'install' instead.
| -rw-r--r-- | debian/changelog | 7 | ||||
| -rwxr-xr-x | scripts/simple-plugins | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 12ae06aa90..881dc3d32e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ubiquity (18.04.14.17) UNRELEASED; urgency=medium + + * scripts/simple-plugins: ubuntu-drivers autoinstall is now deprecated, use + 'install' instead (LP: #1943594). + + -- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Tue, 14 Sep 2021 15:28:18 +0200 + ubiquity (18.04.14.16) bionic; urgency=medium * Automatic update of included source packages: shim-signed diff --git a/scripts/simple-plugins b/scripts/simple-plugins index 77d6817441..787e560ade 100755 --- a/scripts/simple-plugins +++ b/scripts/simple-plugins @@ -8,8 +8,8 @@ if [ "$1" = "prepare" ]; then if [ "$RET" = "true" ]; then env -u DEBIAN_HAS_FRONTEND -u DEBCONF_REDIR \ DEBCONF_DB_REPLACE=configdb DEBCONF_DB_OVERRIDE="Pipe{infd:none outfd:none}" \ - ubuntu-drivers autoinstall --package-list /run/ubuntu-drivers.autoinstall || \ - logger -t ubiquity "ubuntu-drivers autoinstall failed with code: $?" + ubuntu-drivers install --package-list /run/ubuntu-drivers.autoinstall || \ + logger -t ubiquity "ubuntu-drivers install failed with code: $?" fi db_input high ubiquity/secureboot_key || true db_get ubiquity/secureboot_key |
