this is a mirror of https://github.com/AdrianKoshka/ipxe-scripts.git

Adrian Lucrèce Céleste 6f58c7cc5c [Readme] fix a typo 7 سال پیش
boot eb61ca20ee [fix] accidentally rm'ed a comma 7 سال پیش
pics b9aed8eb70 [edit] modernize the menu examples 7 سال پیش
LICENSE 8a56f3a5ab [License] GPLv3 7 سال پیش
README.md 6f58c7cc5c [Readme] fix a typo 7 سال پیش
menu.md b9aed8eb70 [edit] modernize the menu examples 7 سال پیش

README.md

ipxe-scripts

Various chain/boot scripts for ipxe

Example

to see an example of what these scripts look like click here

Structure

boot
├── efi_shell.ipxe
├── linux
│   ├── dban.ipxe
│   ├── debian.ipxe
│   ├── fed
│   │   ├── centos.ipxe
│   │   ├── fedora.ipxe
│   │   └── scientific.ipxe
│   ├── fed.ipxe
│   ├── opensuse
│   │   └── stable.ipxe
│   ├── opensuse.ipxe
│   └── ubuntu.ipxe
├── linux.ipxe
├── menu.ipxe
└── winpe.ipxe

License GPLv3 logo

This project is under the GPLv3 license unless otherwise stated in individual files.

Authors