diff options
-rw-r--r-- | blacklist/i486/efivar/efibootmgr | 1 | ||||
-rw-r--r-- | blacklist/i486/efivar/efivar | 1 | ||||
-rw-r--r-- | blacklist/i486/efivar/fwupd | 1 | ||||
-rw-r--r-- | blacklist/i486/efivar/fwupdate | 1 | ||||
-rw-r--r-- | blacklist/i486/efivar/pesign | 1 | ||||
-rw-r--r-- | blacklist/i486/efivar/refind-efi | 1 | ||||
-rw-r--r-- | extra/archboot/PKGBUILD | 4 |
7 files changed, 3 insertions, 7 deletions
diff --git a/blacklist/i486/efivar/efibootmgr b/blacklist/i486/efivar/efibootmgr deleted file mode 100644 index eb7288aa..00000000 --- a/blacklist/i486/efivar/efibootmgr +++ /dev/null @@ -1 +0,0 @@ -doesn't make a lot of sense for BIOS non-EFI systems diff --git a/blacklist/i486/efivar/efivar b/blacklist/i486/efivar/efivar deleted file mode 100644 index eb7288aa..00000000 --- a/blacklist/i486/efivar/efivar +++ /dev/null @@ -1 +0,0 @@ -doesn't make a lot of sense for BIOS non-EFI systems diff --git a/blacklist/i486/efivar/fwupd b/blacklist/i486/efivar/fwupd deleted file mode 100644 index eb7288aa..00000000 --- a/blacklist/i486/efivar/fwupd +++ /dev/null @@ -1 +0,0 @@ -doesn't make a lot of sense for BIOS non-EFI systems diff --git a/blacklist/i486/efivar/fwupdate b/blacklist/i486/efivar/fwupdate deleted file mode 100644 index eb7288aa..00000000 --- a/blacklist/i486/efivar/fwupdate +++ /dev/null @@ -1 +0,0 @@ -doesn't make a lot of sense for BIOS non-EFI systems diff --git a/blacklist/i486/efivar/pesign b/blacklist/i486/efivar/pesign deleted file mode 100644 index eb7288aa..00000000 --- a/blacklist/i486/efivar/pesign +++ /dev/null @@ -1 +0,0 @@ -doesn't make a lot of sense for BIOS non-EFI systems diff --git a/blacklist/i486/efivar/refind-efi b/blacklist/i486/efivar/refind-efi deleted file mode 100644 index eb7288aa..00000000 --- a/blacklist/i486/efivar/refind-efi +++ /dev/null @@ -1 +0,0 @@ -doesn't make a lot of sense for BIOS non-EFI systems diff --git a/extra/archboot/PKGBUILD b/extra/archboot/PKGBUILD index f520364d..bcf161a3 100644 --- a/extra/archboot/PKGBUILD +++ b/extra/archboot/PKGBUILD @@ -1,7 +1,9 @@ +# original package source has sigining issues, alternative package +# has a different directory.. source=(https://gitlab.archlinux.org/tpowa/${pkgname}/-/archive/${pkgver}-${pkgrel}/${pkgname}-${pkgver}-${pkgrel}.tar.gz) eval "$( declare -f package | \ sed ' - s/\$pkgrel/${pkgrel%.*}/ + s/cd.*archboot.*/cd "\$srcdir\/archboot-\${pkgver}-\${pkgrel}"/ ' )" |