adding iPXE, fixing changed package name

This commit is contained in:
brent s. 2015-06-27 21:07:24 -04:00
parent 1503f55f5b
commit 8de80fde9d
3 changed files with 4 additions and 3 deletions

2
.gitignore vendored
View File

@ -24,4 +24,4 @@
/logs /logs
*.swp *.swp
*.lck *.lck
i#src/ipxe/src/ #src/ipxe/src/

View File

@ -30,7 +30,7 @@ BASEDIR="$(pwd)"
ISODIR="${BASEDIR}/iso" ISODIR="${BASEDIR}/iso"


# Where source code is kept. # Where source code is kept.
SRCDIR="${BASEDIR}/src" SRCDIR="${BASEDIR}/extrasrc"


# Where we mount for chroots etc. # Where we mount for chroots etc.
MOUNTPT="/mnt/${UXNAME}" MOUNTPT="/mnt/${UXNAME}"

View File

@ -16,6 +16,7 @@ autopsy
autossh autossh
beep beep
bin86 bin86
bind-tools
binutils binutils
bluez-utils bluez-utils
bonnie++ bonnie++
@ -60,7 +61,7 @@ djohn
dmidecode dmidecode
dnssec-anchors dnssec-anchors
dnstracer dnstracer
dnsutils #dnsutils #replaced by bind-tools, https://www.archlinux.org/packages/extra/x86_64/bind-tools/
dos2unix dos2unix
dosfstools dosfstools
dropbear dropbear