From 51c31ed7d75f680467c59ef54eb8670cc1279fa1 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Tue, 21 Feb 2023 13:11:37 +0100 Subject: [PATCH] mkosi: Drop bootctl workaround in postinst script --- mkosi.postinst | 4 ---- 1 file changed, 4 deletions(-) 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 <