ISO/configs/syslinux-iso/packages.x86_64
Gerardo Exequiel Pozzi 1320c0ee91 [syslinux-iso] Add PXE support via NBD.
nbd (network block device utilities) package is required.
This package is in AUR at this moment.
http://aur.archlinux.org/packages.php?ID=9691

Also added dnsmasq pkg, so the live-medium, appart of support booting from PXE
also add the capability to acts as server for PXE & NBD.

This is a dirty script to ilustrate how to launch server:

---- Cut here ----

IP=$1
ISO=$2

ifconfig eth0 ${IP}
dnsmasq \
  --enable-tftp \
  --tftp-root=/bootmnt/boot \
  --dhcp-boot=/pxelinux.0,"${IP}" \
  --dhcp-range=${IP%.*}.2,${IP%.*}.254,86400
nbd-server 9040 ${ISO} -r
---- Cut here ----

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2010-03-17 11:14:44 -03:00

47 lines
480 B
Plaintext

aif
aufs2
aufs2-util
b43-fwcutter
base
ddrescue
dmraid
dnsmasq
dnsutils
dosfstools
elinks
gnu-netcat
inetutils
ipw2100-fw
ipw2200-fw
iwlwifi-3945-ucode
iwlwifi-4965-ucode
iwlwifi-5000-ucode
iwlwifi-5150-ucode
joe
lftp
lilo
memtest86+
nbd
ndiswrapper
ndiswrapper-utils
nfs-utils
nmap
ntfs-3g
ntfsprogs
ntp
openssh
openvpn
parted
pptpclient
rt2x00-rt61-fw
rt2x00-rt71w-fw
speedtouch
squashfs-tools
syslinux
tcpdump
tiacx
tiacx-firmware
wireless_tools
wpa_supplicant
zd1211-firmware