Search Criteria
Package Details: ipxe-git 1.21.1.r642.g9d9465b14-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ipxe-git.git (read-only, click to copy) |
---|---|
Package Base: | ipxe-git |
Description: | iPXE open source boot firmware - git checkout |
Upstream URL: | http://www.ipxe.org/ |
Licenses: | GPL-2.0-or-later |
Conflicts: | ipxe |
Provides: | ipxe |
Submitter: | eworm |
Maintainer: | eworm |
Last Packager: | eworm |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2011-12-30 10:48 (UTC) |
Last Updated: | 2024-08-14 19:56 (UTC) |
Dependencies (6)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- libisoburn (libisoburn-gitAUR) (make)
- mtools (mtools-svnAUR) (make)
- syslinux (make)
- xz (xz-gitAUR) (make)
Required by (4)
- dyndhcpd (requires ipxe) (optional)
- dyndhcpd-git (requires ipxe) (optional)
- wimboot-bin (optional)
- wimboot-git (optional)
Latest Comments
1 2 3 Next › Last »
Flubbadub commented on 2021-01-26 07:51 (UTC)
Thanks for the suggestion but honestly that is 10x longer and more difficult than my hacky solution of just temporarily removing cdrtools while building (or adding an additional patch to fix the issue) so I will stick with my workaround for now.
eworm commented on 2021-01-25 19:34 (UTC)
Install in a clean chroot and you will not see this issue: https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_clean_chroot
DocMAX commented on 2021-01-24 12:37 (UTC)
Bad Option '-e' (error -1 BADFLAG). Usage: mkisofs [options] [-find] file... [find expression]
Flubbadub commented on 2021-01-24 09:21 (UTC)
I am unable to build this package when I have the cdrtools package installed. The issue seems to be that the
src/util/genfsimg
script from iPXE incorrectly decides to usegenisoimage
(which is symlinked tomkisofs
) and that doesn't support the-e
option.I was able to get it to build without removing cdrtools by changing:
to:
thebodzio commented on 2020-11-14 22:48 (UTC)
Could you please enable HTTPS support by default?
# enable HTTPS sed -i "/DOWNLOAD_PROTO_HTTPS/c #define DOWNLOAD_PROTO_HTTPS" config/general.h
Misushot commented on 2020-05-31 11:11 (UTC)
your package is broken, please fix it. thanks
Torxed commented on 2019-05-01 16:36 (UTC) (edited on 2019-05-01 16:56 (UTC) by Torxed)
Still getting this error in 2019:
No idea why this is. But removing the keymap stuff as stated below, it continues. But instead you get:
omgold commented on 2018-06-22 09:36 (UTC)
Can confirm the keymap problem. I think that section shouldn't be there in the first place, making the compiled-in keymap depending on the setting on the build host.
jackarc commented on 2018-03-26 11:45 (UTC) (edited on 2018-03-26 12:52 (UTC) by jackarc)
[WORKAROUND]
uncomment
read and set keymap
[ -s /etc/vconsole.conf ] && source /etc/vconsole.conf if [ -n "${KEYMAP}" ]; then sed -i "/^#define\tKEYBOARD_MAP/c #define KEYBOARD_MAP ${KEYMAP}" config/console.h fi
in PKGBUILD and it will run just fine.
pl fix this :) thx
1 2 3 Next › Last »