Skip to content

Commit

Permalink
adding linuxfoundtaion option for uefi boot, prebootloader
Browse files Browse the repository at this point in the history
  • Loading branch information
KdeOs committed Jun 19, 2013
1 parent 7f32f32 commit a3965d1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions prebootloader/PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

pkgname=prebootloader
pkgver=20130206
pkgrel=1
pkgdesc="Linux Foundation UEFI secure boot system"
url="http://www.linuxfoundation.org/news-media/blogs/browse/2012/10/linux-foundation-uefi-secure-boot-system-open-source"
# http://www.rodsbooks.com/efi-bootloaders/secureboot.html#prebootloader
# http://git.kernel.org/cgit/linux/kernel/git/jejb/efitools.git
# http://blog.hansenpartnership.com/uefi-secure-boot/
# http://blog.hansenpartnership.com/linux-foundation-secure-boot-system-released
arch=('x86_64')
license=('GPL' 'LGPL2.1')
options=('!strip')
source=("http://blog.hansenpartnership.com/wp-uploads/2013/PreLoader.efi"
"http://blog.hansenpartnership.com/wp-uploads/2013/HashTool.efi")
md5sums=('4f7a4f566781869d252a09dc84923a82'
'45639d23aa5f2a394b03a65fc732acf2')

package() {
install -D -m0644 "${srcdir}/PreLoader.efi" "${pkgdir}/usr/lib/prebootloader/PreLoader.efi"
install -D -m0644 "${srcdir}/HashTool.efi" "${pkgdir}/usr/lib/prebootloader/HashTool.efi"
}

0 comments on commit a3965d1

Please sign in to comment.