adding iPXE, fixing changed package name
This commit is contained in:
parent
1503f55f5b
commit
8de80fde9d
2
.gitignore
vendored
2
.gitignore
vendored
@ -24,4 +24,4 @@
|
||||
/logs
|
||||
*.swp
|
||||
*.lck
|
||||
i#src/ipxe/src/
|
||||
#src/ipxe/src/
|
||||
|
@ -30,7 +30,7 @@ BASEDIR="$(pwd)"
|
||||
ISODIR="${BASEDIR}/iso"
|
||||
|
||||
# Where source code is kept.
|
||||
SRCDIR="${BASEDIR}/src"
|
||||
SRCDIR="${BASEDIR}/extrasrc"
|
||||
|
||||
# Where we mount for chroots etc.
|
||||
MOUNTPT="/mnt/${UXNAME}"
|
||||
|
@ -16,6 +16,7 @@ autopsy
|
||||
autossh
|
||||
beep
|
||||
bin86
|
||||
bind-tools
|
||||
binutils
|
||||
bluez-utils
|
||||
bonnie++
|
||||
@ -60,7 +61,7 @@ djohn
|
||||
dmidecode
|
||||
dnssec-anchors
|
||||
dnstracer
|
||||
dnsutils
|
||||
#dnsutils #replaced by bind-tools, https://www.archlinux.org/packages/extra/x86_64/bind-tools/
|
||||
dos2unix
|
||||
dosfstools
|
||||
dropbear
|
||||
|
Loading…
Reference in New Issue
Block a user