mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2025-09-02 20:31:39 +02:00
Drop Windows for now until I can find a new home for the images
This commit is contained in:
parent
ed95e792a6
commit
8045d4535a
@ -48,7 +48,6 @@ Full documentation is at ReadTheDocs:
|
|||||||
* [Scientific](http://scientificlinux.org)
|
* [Scientific](http://scientificlinux.org)
|
||||||
* [TinyCoreLinux](http://distro.ibiblio.org/tinycorelinux/)
|
* [TinyCoreLinux](http://distro.ibiblio.org/tinycorelinux/)
|
||||||
* [Ubuntu](http://www.ubuntu.com/)
|
* [Ubuntu](http://www.ubuntu.com/)
|
||||||
* [WinPE](http://www.microsoft.com/)
|
|
||||||
|
|
||||||
#### Utilities
|
#### Utilities
|
||||||
|
|
||||||
|
@ -52,7 +52,6 @@ If you already have iPXE up and running on the network, you can hit netboot.xyz
|
|||||||
* [Scientific](http://scientificlinux.org)
|
* [Scientific](http://scientificlinux.org)
|
||||||
* [TinyCoreLinux](http://distro.ibiblio.org/tinycorelinux/)
|
* [TinyCoreLinux](http://distro.ibiblio.org/tinycorelinux/)
|
||||||
* [Ubuntu](http://www.ubuntu.com/)
|
* [Ubuntu](http://www.ubuntu.com/)
|
||||||
* [WinPE](http://www.microsoft.com/)
|
|
||||||
|
|
||||||
#### Utilities
|
#### Utilities
|
||||||
|
|
||||||
|
@ -31,7 +31,6 @@ item --gap Installers:
|
|||||||
item linux ${space} Linux Installers
|
item linux ${space} Linux Installers
|
||||||
item bsd ${space} BSD Installers
|
item bsd ${space} BSD Installers
|
||||||
item freedos ${space} FreeDOS Installers
|
item freedos ${space} FreeDOS Installers
|
||||||
item windows ${space} Windows Installers
|
|
||||||
item --gap Tools:
|
item --gap Tools:
|
||||||
item utils ${space} Utilities
|
item utils ${space} Utilities
|
||||||
item shell ${space} iPXE shell
|
item shell ${space} iPXE shell
|
||||||
@ -101,10 +100,6 @@ goto main_menu
|
|||||||
chain freedos.ipxe
|
chain freedos.ipxe
|
||||||
goto main_menu
|
goto main_menu
|
||||||
|
|
||||||
:windows
|
|
||||||
chain windows.ipxe
|
|
||||||
goto main_menu
|
|
||||||
|
|
||||||
:hypervisors
|
:hypervisors
|
||||||
chain hypervisors.ipxe
|
chain hypervisors.ipxe
|
||||||
goto main_menu
|
goto main_menu
|
||||||
|
@ -1,20 +0,0 @@
|
|||||||
#!ipxe
|
|
||||||
|
|
||||||
menu Windows Installers
|
|
||||||
item --gap Windows Boot Environments
|
|
||||||
item winpe ${space} Windows Preinstallation Environment (WinPE - x64)
|
|
||||||
choose version || goto windows_exit
|
|
||||||
|
|
||||||
set mirror http://boot.netboot.xyz/images/windows/winpe/
|
|
||||||
|
|
||||||
:winpe
|
|
||||||
set arch amd64
|
|
||||||
kernel ${mirror}wimboot
|
|
||||||
initrd ${mirror}${arch}/media/BOOTMGR BOOTMGR
|
|
||||||
initrd ${mirror}${arch}/media/BOOT/BCD BCD
|
|
||||||
initrd ${mirror}${arch}/media/BOOT/BOOT.SDI BOOT.SDI
|
|
||||||
initrd ${mirror}${arch}/media/SOURCES/BOOT.WIM BOOT.WIM
|
|
||||||
boot
|
|
||||||
|
|
||||||
:windows_exit
|
|
||||||
exit 0
|
|
Loading…
x
Reference in New Issue
Block a user