diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-12-02 22:15:56 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-12-02 22:42:57 -0300 |
commit | 10d42b18b885c8f1a2fa3b8829457ef1265d259f (patch) | |
tree | f52384cf8c51f1d2f7e3d47e2438dff3b5e2c7d9 /configs/releng | |
parent | 87e84261c99b8bfabf3f64ad24599d77c9a262a2 (diff) | |
download | archiso32-10d42b18b885c8f1a2fa3b8829457ef1265d259f.tar.xz |
[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>
Diffstat (limited to 'configs/releng')
-rw-r--r-- | configs/releng/packages.i686 | 1 | ||||
-rw-r--r-- | configs/releng/packages.x86_64 | 1 |
2 files changed, 2 insertions, 0 deletions
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 |