]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: Drop bootctl workaround in postinst script
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 21 Feb 2023 12:11:37 +0000 (13:11 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 21 Feb 2023 12:11:37 +0000 (13:11 +0100)
mkosi.postinst

index cebbf29250dc826e82d336472ea0759664895382..cf6f9df391d0d19001c54ef00eb73bddd3f7eb23 100755 (executable)
@@ -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 <<EOF
 set debuginfod enabled off
 set build-id-verbose 0