mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Drop index.html, use from ansible role
This commit is contained in:
parent
132399730c
commit
bf4bcafabd
2 changed files with 0 additions and 17 deletions
|
|
@ -23,7 +23,6 @@ docker run --rm -it -v $(pwd):/buildout localbuild
|
|||
# Generate folder outputs
|
||||
mkdir -p s3out
|
||||
cp -r buildout/* s3out/
|
||||
cp script/index.html s3out/
|
||||
mkdir -p githubout
|
||||
mv buildout/ipxe/* githubout/
|
||||
cd buildout
|
||||
|
|
|
|||
|
|
@ -1,16 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Netboot.xyz BootLoaders</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="ipxe/netboot.xyz.iso">netboot.xyz.iso</a><br>
|
||||
<a href="ipxe/netboot.xyz-efi.iso">netboot.xyz-efi.iso</a><br>
|
||||
<a href="ipxe/netboot.xyz.dsk">netboot.xyz.dsk</a><br>
|
||||
<a href="ipxe/netboot.xyz.usb">netboot.xyz.usb</a><br>
|
||||
<a href="ipxe/netboot.xyz.lkrn">netboot.xyz.lkrn</a><br>
|
||||
<a href="ipxe/netboot.xyz.kpxe">netboot.xyz.kpxe</a><br>
|
||||
<a href="ipxe/netboot.xyz-undionly.kpxe">netboot.xyz-undionly.kpxe</a><br>
|
||||
<a href="ipxe/netboot.xyz.efi">netboot.xyz.efi</a><br>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue