Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ab53094f90 | |||
| cab43beffc | |||
| 8de80fde9d | |||
| 1503f55f5b | |||
| e97cda244e | |||
| aa68cd49fb |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -24,3 +24,4 @@
|
||||
/logs
|
||||
*.swp
|
||||
*.lck
|
||||
#src/ipxe/src/
|
||||
|
||||
5
.gitmodules
vendored
Normal file
5
.gitmodules
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
[submodule "src/ipxe"]
|
||||
path = src/ipxe
|
||||
url = git://git.ipxe.org/ipxe.git
|
||||
[submodule "ipxe"]
|
||||
branch = master
|
||||
1
TODO
1
TODO
@@ -31,6 +31,7 @@
|
||||
-does gummiboot? loader? wtfever it's called support splash backgrounds? can i implement that differently somehow?
|
||||
-Host-specific chroot customizations (i.e. -J in <chroot>/etc/makepkg.conf
|
||||
-strip out/remove unnecessary and orphan packages (e.g. gcc, make, automake, etc.)
|
||||
-incorporate iPXE image building for "mini-iso's/mini-img's"
|
||||
|
||||
__________________________________________________________
|
||||
FOOTNOTES:
|
||||
|
||||
@@ -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
|
||||
@@ -235,14 +236,14 @@ psmisc
|
||||
pv
|
||||
pwgen
|
||||
pxz
|
||||
pyrit
|
||||
pyrit-svn
|
||||
python2-gnuplot
|
||||
python2-pyx
|
||||
rarcrack
|
||||
rcracki_mt
|
||||
rdiff-backup
|
||||
read-edid
|
||||
reaver
|
||||
reaver-wps-fork-t6x-git
|
||||
rename
|
||||
rfkill
|
||||
rp-pppoe
|
||||
@@ -319,7 +320,7 @@ vpnc
|
||||
weplab
|
||||
whdd
|
||||
whois
|
||||
wifite
|
||||
wifite-mod-pixiewps-git
|
||||
wipe
|
||||
wireshark-cli
|
||||
wpscrack
|
||||
|
||||
3
extra/pre-build.d/etc/customizepkg.d/wifite-mod-pixiewps-git
Executable file
3
extra/pre-build.d/etc/customizepkg.d/wifite-mod-pixiewps-git
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
sed -i -e 's/any/x86_64/g' ${1}
|
||||
@@ -158,7 +158,8 @@ EOF
|
||||
ln -s /dev/null ${i}/etc/systemd/system/NetworkManager.service
|
||||
ln -s /dev/null ${i}/etc/systemd/system/NetworkManager-dispatcher.service
|
||||
# Remove the machine-id file so it's automatically generated.
|
||||
rm -f ${i}/etc/machine-id
|
||||
# NOTE: this kind of fucks things up presently.
|
||||
#rm -f ${i}/etc/machine-id
|
||||
# Prep pacman
|
||||
echo "Prepping ${i}. This will take a while..."
|
||||
echo -n "...Key initializing..."
|
||||
|
||||
1
src/ipxe
Submodule
1
src/ipxe
Submodule
Submodule src/ipxe added at d73982f098
14
src/ipxe-efi
Normal file
14
src/ipxe-efi
Normal file
@@ -0,0 +1,14 @@
|
||||
http://ipxe.org/download#efi
|
||||
|
||||
"
|
||||
|
||||
iPXE supports the EFI and UEFI environments, as well as the standard PC BIOS. You can build an EFI driver ROM using the .efirom image format. For example:
|
||||
|
||||
make bin-i386-efi/808610de.efirom # 32-bit driver ROM
|
||||
make bin-x86_64-efi/808610de.efirom # 64-bit driver ROM
|
||||
|
||||
"
|
||||
|
||||
|
||||
|
||||
http://ipxe.org/efi/vision
|
||||
Reference in New Issue
Block a user