mirror of
https://github.com/archlinux/aur.git
synced 2026-02-14 20:51:54 +01:00
Use /EFI/arch/ , not /EFI/arch_
This commit is contained in:
parent
1dc899b795
commit
07ab5ca2a9
3 changed files with 8 additions and 8 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -13,7 +13,7 @@ pkgbase = elilo-x86_64
|
|||
options = purge
|
||||
options = !libtool
|
||||
options = !emptydirs
|
||||
backup = boot/efi/efi/arch_elilo/elilo.conf
|
||||
backup = boot/efi/efi/arch/elilo/elilo.conf
|
||||
source = http://downloads.sourceforge.net/project/elilo/elilo/elilo-3.14/elilo-3.14-all.tar.gz
|
||||
source = elilo.conf.example
|
||||
sha1sums = 631fdf211627510b270f0759c26587edb8d30001
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -15,7 +15,7 @@ depends=('dosfstools' 'efibootmgr')
|
|||
options=('!strip' 'purge' '!libtool' '!emptydirs')
|
||||
|
||||
install="${pkgname}.install"
|
||||
backup=("boot/efi/efi/arch_elilo/elilo.conf")
|
||||
backup=("boot/efi/efi/arch/elilo/elilo.conf")
|
||||
|
||||
source=("http://downloads.sourceforge.net/project/elilo/elilo/elilo-${pkgver}/elilo-${pkgver}-all.tar.gz"
|
||||
"elilo.conf.example")
|
||||
|
|
@ -56,9 +56,9 @@ package() {
|
|||
|
||||
cd "${srcdir}/elilo/"
|
||||
|
||||
install -d "${pkgdir}/boot/efi/efi/arch_elilo/"
|
||||
install -D -m0644 "${srcdir}/elilo/elilo.efi" "${pkgdir}/boot/efi/efi/arch_elilo/elilox64.efi"
|
||||
install -D -m0644 "${srcdir}/elilo.conf.example" "${pkgdir}/boot/efi/efi/arch_elilo/elilo.conf"
|
||||
install -d "${pkgdir}/boot/efi/efi/arch/elilo/"
|
||||
install -D -m0644 "${srcdir}/elilo/elilo.efi" "${pkgdir}/boot/efi/efi/arch/elilo/elilox64.efi"
|
||||
install -D -m0644 "${srcdir}/elilo.conf.example" "${pkgdir}/boot/efi/efi/arch/elilo/elilo.conf"
|
||||
|
||||
# install -d "${pkgdir}/usr/sbin/"
|
||||
# install -D -m0755 "${srcdir}/elilo/tools/eliloalt" "${pkgdir}/usr/sbin/eliloalt"
|
||||
|
|
|
|||
|
|
@ -4,11 +4,11 @@ post_install() {
|
|||
|
||||
Important instructions :-
|
||||
|
||||
ELILO is installed at /boot/efi/efi/arch_elilo/elilox64.efi
|
||||
ELILO is installed at /boot/efi/efi/arch/elilo/elilox64.efi
|
||||
|
||||
An example config file has been provided at /boot/efi/efi/arch_elilo/elilo.conf
|
||||
An example config file has been provided at /boot/efi/efi/arch/elilo/elilo.conf
|
||||
|
||||
Edit this file according to your system and rename it as /boot/efi/efi/arch_elilo/elilo.conf
|
||||
Edit this file according to your system and rename it as /boot/efi/efi/arch/elilo/elilo.conf
|
||||
Copy your kernel(s) and initramfs files from /boot to /boot/efi
|
||||
Reboot and launch elilox64.efi from the UEFI shell or add an entry using efibootmgr
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue