Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ab53094f90 | |||
| cab43beffc | |||
| 8de80fde9d | |||
| 1503f55f5b | |||
| e97cda244e | |||
| aa68cd49fb |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -24,3 +24,4 @@
|
|||||||
/logs
|
/logs
|
||||||
*.swp
|
*.swp
|
||||||
*.lck
|
*.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?
|
-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
|
-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.)
|
-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:
|
FOOTNOTES:
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -235,14 +236,14 @@ psmisc
|
|||||||
pv
|
pv
|
||||||
pwgen
|
pwgen
|
||||||
pxz
|
pxz
|
||||||
pyrit
|
pyrit-svn
|
||||||
python2-gnuplot
|
python2-gnuplot
|
||||||
python2-pyx
|
python2-pyx
|
||||||
rarcrack
|
rarcrack
|
||||||
rcracki_mt
|
rcracki_mt
|
||||||
rdiff-backup
|
rdiff-backup
|
||||||
read-edid
|
read-edid
|
||||||
reaver
|
reaver-wps-fork-t6x-git
|
||||||
rename
|
rename
|
||||||
rfkill
|
rfkill
|
||||||
rp-pppoe
|
rp-pppoe
|
||||||
@@ -319,7 +320,7 @@ vpnc
|
|||||||
weplab
|
weplab
|
||||||
whdd
|
whdd
|
||||||
whois
|
whois
|
||||||
wifite
|
wifite-mod-pixiewps-git
|
||||||
wipe
|
wipe
|
||||||
wireshark-cli
|
wireshark-cli
|
||||||
wpscrack
|
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.service
|
||||||
ln -s /dev/null ${i}/etc/systemd/system/NetworkManager-dispatcher.service
|
ln -s /dev/null ${i}/etc/systemd/system/NetworkManager-dispatcher.service
|
||||||
# Remove the machine-id file so it's automatically generated.
|
# 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
|
# Prep pacman
|
||||||
echo "Prepping ${i}. This will take a while..."
|
echo "Prepping ${i}. This will take a while..."
|
||||||
echo -n "...Key initializing..."
|
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