From: Daan De Meyer Date: Tue, 21 Feb 2023 12:11:37 +0000 (+0100) Subject: mkosi: Drop bootctl workaround in postinst script X-Git-Tag: v254-rc1~1216^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51c31ed7d75f680467c59ef54eb8670cc1279fa1;p=thirdparty%2Fsystemd.git mkosi: Drop bootctl workaround in postinst script --- diff --git a/mkosi.postinst b/mkosi.postinst index cebbf29250d..cf6f9df391d 100755 --- a/mkosi.postinst +++ b/mkosi.postinst @@ -2,10 +2,6 @@ # SPDX-License-Identifier: LGPL-2.1-or-later if [ "$1" = "final" ]; then - if command -v bootctl >/dev/null && [ -d "/efi" ]; then - bootctl install - fi - cat >>/root/.gdbinit <