summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Stefani2020-03-27 20:45:42 +0100
committerLuca Stefani2020-03-27 20:46:24 +0100
commitc24d4ea17d59473bf458cd97a717d39db8ce313b (patch)
tree128bd25f01bf206914dcb5cb123ad3a943928bea
parentd427d67764268764aeaab7e6a05d5fb35c71e928 (diff)
downloadaur-c24d4ea17d59473bf458cd97a717d39db8ce313b.tar.gz
Include a splash image
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--systemd-efi.hook2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4bdbd1d56240..b7bdc9f297fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = systemd-efi-pacman-hook
depends = systemd
depends = linux
source = systemd-efi.hook
- md5sums = 16ae499064e034526bc8c9eae7f9a78a
+ md5sums = cb5d743346429b77827045bc9011e268
pkgname = systemd-efi-pacman-hook
diff --git a/PKGBUILD b/PKGBUILD
index 6691e289fc18..e37c66a2b44d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ arch=("any")
license=("GPL")
depends=('systemd' 'linux')
source=(systemd-efi.hook)
-md5sums=('16ae499064e034526bc8c9eae7f9a78a')
+md5sums=('cb5d743346429b77827045bc9011e268')
package() {
install -m755 -d "${pkgdir}/usr/share/libalpm/hooks"
diff --git a/systemd-efi.hook b/systemd-efi.hook
index 18e1e13093c6..6f5276509422 100644
--- a/systemd-efi.hook
+++ b/systemd-efi.hook
@@ -8,4 +8,4 @@ Target = usr/lib/systemd/boot/efi/linuxx64.efi.stub
[Action]
Description = Generating linux.efi...
When = PostTransaction
-Exec = /bin/sh -c '/usr/bin/mkdir -p "/boot/EFI/Linux"; /usr/bin/objcopy --add-section .osrel="/usr/lib/os-release" --change-section-vma .osrel=0x20000 --add-section .cmdline="/boot/kernel-command-line" --change-section-vma .cmdline=0x30000 --add-section .linux="/boot/vmlinuz-linux" --change-section-vma .linux=0x40000 --add-section .initrd="/boot/initramfs-linux.img" --change-section-vma .initrd=0x3000000 "/usr/lib/systemd/boot/efi/linuxx64.efi.stub" "/boot/EFI/Linux/linux.efi"'
+Exec = /bin/sh -c '/usr/bin/mkdir -p "/boot/EFI/Linux"; /usr/bin/objcopy --add-section .osrel="/usr/lib/os-release" --change-section-vma .osrel=0x20000 --add-section .cmdline="/boot/kernel-command-line" --change-section-vma .cmdline=0x30000 --add-section .splash="/usr/share/systemd/bootctl/splash-arch.bmp" --change-section-vma .splash=0x40000 --add-section .linux="/boot/vmlinuz-linux" --change-section-vma .linux=0x40000 --add-section .initrd="/boot/initramfs-linux.img" --change-section-vma .initrd=0x3000000 "/usr/lib/systemd/boot/efi/linuxx64.efi.stub" "/boot/EFI/Linux/linux.efi"'