Skip to content

rrev4ge/ipxe-forge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy iPXE Building from source code with working WPA2-PSK

You need Docker installed for this project!

Step 1: Download the project.

You can use git command or simply download it from github

git clone -b Wi-Fi https://github.com/sebaxakerhtc/ipxe-simple.git

Step 2: Edit files

You can change the commands to edit config files, add/or remove packages, files, etc.

  • a. You can comment out "make efi" commands to save your time if you don't need them.
  • b. You can comment out settings "sed -i..." if you don't need them.
  • c. You can edit/add/or remove batch files.
  • d. Replace the content of EFI.ipxe and Legacy.ipxe script with yours.
  • e. etc.

Step 3: Build the project

The build process might take some time a while as it download the origin Ubuntu docker image, clone iPXE source and build all necessary images.

Navigate to the project directory (where dockerfile and other project files are)

cd ipxe-simple

and start the build

docker build --no-cache -t sebaxakerhtc/ipxe-simple .

Step 4: Run the container

Run the container:

docker run --restart unless-stopped --name ipxe-simple -p 80:80 -d sebaxakerhtc/ipxe-simple

Step 5:Enjoy!

Open your browser and type http://localhost or your choosen ip/port

Contributing

  1. Fork it
  2. Create a branch
  3. Commit your changes
  4. Push to the branch
  5. Create an Issue with a link to your branch
  6. Or Send me a Pull Request

Screenshots

1 2 3 4 5

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

About

Build latest iPXE from scratch easy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 48.9%
  • Shell 36.6%
  • CSS 8.6%
  • Dockerfile 5.9%