[configs/releng] Add darkhttpd to packages.*

Simple way to enable self-PXE-server live-enviroment with HTTP.

dnsmasq --port=0 \
        --enable-tftp \
        --tftp-root=/run/archiso/bootmnt \
        --dhcp-range=192.168.0.2,192.168.0.254,86400 \
        --dhcp-boot=/arch/boot/syslinux/gpxelinux.0 \
        --dhcp-option-force=209,boot/syslinux/archiso.cfg \
        --dhcp-option-force=210,/arch/

darkhttpd /run/archiso/bootmnt

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
This commit is contained in:
Gerardo Exequiel Pozzi 2011-12-02 22:15:56 -03:00
parent 87e84261c9
commit 10d42b18b8
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ aif
b43-fwcutter b43-fwcutter
btrfs-progs-unstable btrfs-progs-unstable
crda crda
darkhttpd
ddrescue ddrescue
dhclient dhclient
dialog dialog

View File

@ -2,6 +2,7 @@ aif
b43-fwcutter b43-fwcutter
btrfs-progs-unstable btrfs-progs-unstable
crda crda
darkhttpd
ddrescue ddrescue
dhclient dhclient
dialog dialog