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
|
/logs
|
||||||
*.swp
|
*.swp
|
||||||
*.lck
|
*.lck
|
||||||
i#src/ipxe/src/
|
#src/ipxe/src/
|
||||||
|
@ -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}"
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user