summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2021-09-21 18:25:21 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2021-09-21 18:25:21 +0200
commit3fa380f0432cf23667a79aeb2ce87724cdb589e3 (patch)
tree7bcc499d0480e1ef486369b2cae3c7171d4e526f
parent555ee336b1dee8140c33f6a2f974f1821f394bc2 (diff)
downloadpackages-3fa380f0432cf23667a79aeb2ce87724cdb589e3.tar.xz
do not blacklist efi stuff on i486
-rw-r--r--blacklist/i486/efivar/efibootmgr1
-rw-r--r--blacklist/i486/efivar/efivar1
-rw-r--r--blacklist/i486/efivar/fwupd1
-rw-r--r--blacklist/i486/efivar/fwupdate1
-rw-r--r--blacklist/i486/efivar/pesign1
-rw-r--r--blacklist/i486/efivar/refind-efi1
-rw-r--r--extra/archboot/PKGBUILD4
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}"/
'
)"