diff -urN systemd-241.orig/shell-completion/bash/meson.build systemd-241/shell-completion/bash/meson.build --- systemd-241.orig/shell-completion/bash/meson.build 2019-02-14 11:11:58.000000000 +0100 +++ systemd-241/shell-completion/bash/meson.build 2019-03-07 01:08:55.312337719 +0100 @@ -30,7 +30,7 @@ ['udevadm', ''], ['kernel-install', ''], [bash_systemctl, ''], - ['bootctl', 'ENABLE_EFI'], + ['bootctl', ''], ['coredumpctl', 'ENABLE_COREDUMP'], ['hostnamectl', 'ENABLE_HOSTNAMED'], ['localectl', 'ENABLE_LOCALED'], diff -urN systemd-241.orig/shell-completion/zsh/meson.build systemd-241/shell-completion/zsh/meson.build --- systemd-241.orig/shell-completion/zsh/meson.build 2019-02-14 11:11:58.000000000 +0100 +++ systemd-241/shell-completion/zsh/meson.build 2019-03-07 01:09:00.655641470 +0100 @@ -25,7 +25,7 @@ ['_sd_unit_files', ''], ['_sd_machines', ''], [zsh_systemctl, ''], - ['_bootctl', 'ENABLE_EFI'], + ['_bootctl', ''], ['_coredumpctl', 'ENABLE_COREDUMP'], ['_hostnamectl', 'ENABLE_HOSTNAMED'], ['_localectl', 'ENABLE_LOCALED'],