diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-02-21 13:11:37 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-02-21 13:11:37 +0100 |
commit | 51c31ed7d75f680467c59ef54eb8670cc1279fa1 (patch) | |
tree | 802dc3bc2154a337b9f6cfab6c0382cd5fcb74a8 /mkosi.postinst | |
parent | mkosi: Drop locale workaround (diff) | |
download | systemd-51c31ed7d75f680467c59ef54eb8670cc1279fa1.tar.xz systemd-51c31ed7d75f680467c59ef54eb8670cc1279fa1.zip |
mkosi: Drop bootctl workaround in postinst script
Diffstat (limited to '')
-rwxr-xr-x | mkosi.postinst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mkosi.postinst b/mkosi.postinst index cebbf29250..cf6f9df391 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 <<EOF set debuginfod enabled off set build-id-verbose 0 |