├── .gitignore ├── .gitmodules ├── Makefile ├── README.md ├── fedora.crt ├── menu.ipxe └── openssl.cnf /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipxe/shimdemo/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipxe/shimdemo/HEAD/.gitmodules -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipxe/shimdemo/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipxe/shimdemo/HEAD/README.md -------------------------------------------------------------------------------- /fedora.crt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipxe/shimdemo/HEAD/fedora.crt -------------------------------------------------------------------------------- /menu.ipxe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipxe/shimdemo/HEAD/menu.ipxe -------------------------------------------------------------------------------- /openssl.cnf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ipxe/shimdemo/HEAD/openssl.cnf --------------------------------------------------------------------------------