ipxe building, ssl pki builds. untested with ssl-integrated iPXE though.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user