Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • A archiso
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
    • Locked Files
  • Issues 41
    • Issues 41
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 11
    • Merge requests 11
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Arch LinuxArch Linux
  • archiso
  • Repository
Switch branch/tag
  • archiso
  • configs
  • releng
  • packages.x86_64
Find file BlameHistoryPermalink
  • Gerardo Exequiel Pozzi's avatar
    [configs/releng] Add darkhttpd to packages.* · 10d42b18
    Gerardo Exequiel Pozzi authored Dec 02, 2011
    
    
    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: default avatarGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
    10d42b18