Update PKGBUILD for ucode handling
This commit is contained in:
parent
9a757a3d21
commit
7bc63dff25
1 changed files with 4 additions and 1 deletions
5
PKGBUILD
5
PKGBUILD
|
@ -1,5 +1,5 @@
|
||||||
pkgname=eos-systemd-boot
|
pkgname=eos-systemd-boot
|
||||||
pkgver=0.01
|
pkgver=0.02
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Enables systemd-boot automation using kernel-install on EndeavourOS'
|
pkgdesc='Enables systemd-boot automation using kernel-install on EndeavourOS'
|
||||||
arch=(any)
|
arch=(any)
|
||||||
|
@ -14,6 +14,9 @@ package()
|
||||||
# install the package files
|
# install the package files
|
||||||
cp -a ${srcdir}/${pkgname}/src/usr ${pkgdir}
|
cp -a ${srcdir}/${pkgname}/src/usr ${pkgdir}
|
||||||
|
|
||||||
|
# mask the default loaderentry creator
|
||||||
|
touch "${pkgdir}/etc/kernel/install.d/90-loaderentry.install"
|
||||||
|
|
||||||
# mask the mkinitcpio hooks
|
# mask the mkinitcpio hooks
|
||||||
mkdir -p "${pkgdir}/etc/pacman.d/hooks"
|
mkdir -p "${pkgdir}/etc/pacman.d/hooks"
|
||||||
touch "${pkgdir}/etc/pacman.d/hooks/90-mkinitcpio-install.hook"
|
touch "${pkgdir}/etc/pacman.d/hooks/90-mkinitcpio-install.hook"
|
||||||
|
|
Loading…
Add table
Reference in a new issue