From 10d42b18b885c8f1a2fa3b8829457ef1265d259f Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Fri, 2 Dec 2011 22:15:56 -0300 Subject: [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 --- configs/releng/packages.i686 | 1 + configs/releng/packages.x86_64 | 1 + 2 files changed, 2 insertions(+) (limited to 'configs/releng') diff --git a/configs/releng/packages.i686 b/configs/releng/packages.i686 index 1f5075f..ab5bfc9 100644 --- a/configs/releng/packages.i686 +++ b/configs/releng/packages.i686 @@ -2,6 +2,7 @@ aif b43-fwcutter btrfs-progs-unstable crda +darkhttpd ddrescue dhclient dialog diff --git a/configs/releng/packages.x86_64 b/configs/releng/packages.x86_64 index 1f5075f..ab5bfc9 100644 --- a/configs/releng/packages.x86_64 +++ b/configs/releng/packages.x86_64 @@ -2,6 +2,7 @@ aif b43-fwcutter btrfs-progs-unstable crda +darkhttpd ddrescue dhclient dialog -- cgit v1.2.2