From be9198fe37362690709909f5085827768a1bf5c5 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Thu, 14 Oct 2021 21:13:21 +0200 Subject: [PATCH] remove broken ms-lockdown --- etc/archboot/x86_64.conf | 2 +- usr/lib/initcpio/install/archboot_lockdown-ms | 15 --------------- usr/lib/initcpio/install/archboot_secure_boot | 2 +- 3 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 usr/lib/initcpio/install/archboot_lockdown-ms diff --git a/etc/archboot/x86_64.conf b/etc/archboot/x86_64.conf index 495c30f0c..af9e61c0e 100644 --- a/etc/archboot/x86_64.conf +++ b/etc/archboot/x86_64.conf @@ -20,7 +20,7 @@ archboot_openvpn archboot_vpnc archboot_pptpclient archboot_smartmontools archbo archboot_linux_atm archboot_netctl archboot_fsarchiver archboot_vim archboot_wipe archboot_testdisk archboot_ddrescue \ archboot_chntpw archboot_nmap archboot_tcpdump archboot_openconnect archboot_dnsmasq archboot_platform \ archboot_hypervisor archboot_dmidecode archboot_amd_ucode archboot_intel_ucode archboot_wvdial \ -archboot_usb_modeswitch archboot_lockdown-ms archboot_secure_boot archboot_efivar archboot_lshw) +archboot_usb_modeswitch archboot_secure_boot archboot_efivar archboot_lshw) # COMPRESSION # Use this to compress the initramfs image. By default, gzip compression diff --git a/usr/lib/initcpio/install/archboot_lockdown-ms b/usr/lib/initcpio/install/archboot_lockdown-ms deleted file mode 100644 index 5ad9db4d9..000000000 --- a/usr/lib/initcpio/install/archboot_lockdown-ms +++ /dev/null @@ -1,15 +0,0 @@ -#!/usr/bin/env bash -# Created by Tobias Powalowski - -build () -{ - add_file "/usr/lib/lockdown-ms/LockDown_ms.efi" -} - -help () -{ -cat<