Giter Club home page Giter Club logo

ipxe-builder-docker's Introduction

ipxe-build-docker

Docker container used to make building ipxe from source easier and faster.

Pre-requirements

  • Have Docker installed on the container host.

Usage

  1. Git clone this repository
    git clone https://github.com/bpdev97/ipxe-builder-docker.git
  1. CD into this repository
    cd ipxe-builder-docker
  1. Git clone the ipxe git repository
    git clone git://git.ipxe.org/ipxe.git
  1. Edit the Dockerfile if needed (e.g. to Build an USB image instead of the ipxe.iso)
    vim ./Dockerfile
  1. Place your custom embed.ipxe file into ipxe/src/embed.ipxe if necessary (or remove the EMBED switch from the Dockerfile)
    vim ./ipxe/src/embed.ipxe
  1. Run the build-env.sh script. - Builds the Docker container
    ./build-env.sh
  1. Run the build-ipxe.sh ipxe script. - Runs the container and passes through the user given ipxe directory into the container.
    ./build-ipxe.sh ipxe

Example embed.ipxe file

    #!ipxe
  
    dhcp
    chain http://boot.ipxe.org/demo/boot.php

Clean up

docker system prune -a

License

This project is licensed under the MIT License.

ipxe-builder-docker's People

Contributors

camarox53 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.