ipxe building, ssl pki builds. untested with ssl-integrated iPXE though.

This commit is contained in:
2016-12-09 12:41:17 -05:00
parent c0048b1003
commit 59b8a87df2
7 changed files with 77 additions and 73 deletions

View File

@@ -220,7 +220,7 @@ isodir = ${dlpath}/iso
; source code we download (if we need it).
; 0.) No whitespace
; 1.) Will be created if it doesn't exist, and is needed
srcdir = ${basedir}/extrasrc
srcdir = ${dlpath}/src
; What directory should we use for staging?
; 0.) No whitespace

View File

@@ -44,7 +44,7 @@ pacman -Syy
# Just in case.
cleanPacorigs
# Install some prereqs
pacman -S sed
pacman -S --noconfirm --needed sed
pacman -S --noconfirm --needed base syslinux wget rsync unzip jshon sudo abs xmlto bc docbook-xsl git
locale-gen
# And get rid of files it wants to replace
@@ -69,7 +69,7 @@ cleanPacorigs
# Install multilib-devel if we're in an x86_64 chroot.
if $(egrep -q '^\[multilib' /etc/pacman.conf);
then
pacman --noconfirm -Rdd gcc gcc-libs libtool
yes 'y' | pacman -S --needed gcc-multilib lib32-fakeroot lib32-libltdl
pacman --noconfirm -S --needed multilib-devel
cleanPacorigs
TGT_ARCH='x86_64'