ISO/configs/syslinux-iso
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
..
boot-files [syslinux-iso] Add PXE support via NBD. 2010-03-17 11:14:44 -03:00
overlay Add -m option to useradd in archiso rc script. 2010-03-15 23:55:58 -03:00
download-repo.sh Initial commit of syslinux based iso config 2009-11-30 15:14:26 -08:00
instructions Initial commit of syslinux based iso config 2009-11-30 15:14:26 -08:00
isomounts Initial commit of syslinux based iso config 2009-11-30 15:14:26 -08:00
Makefile [syslinux-iso] Add PXE support via NBD. 2010-03-17 11:14:44 -03:00
mkinitcpio.conf [syslinux-iso] Add PXE support via NBD. 2010-03-17 11:14:44 -03:00
packages.i686 [syslinux-iso] Add PXE support via NBD. 2010-03-17 11:14:44 -03:00
packages.x86_64 [syslinux-iso] Add PXE support via NBD. 2010-03-17 11:14:44 -03:00