Skip to content

Commit 031e2de

Browse files
authored
remove winreset (#42)
1 parent 2d5c5af commit 031e2de

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

netboot-services/ipxeMenuGenerator/advancedmenu.ipxe.j2

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ item --gap Development:
1717
item thinclient-{{ img.squashfsFoldername }} ${sp} {{ img.squashfsFoldername }}
1818
{% endfor %}
1919
item --gap Tools:
20-
item reset_windows ${sp} Notebook Wipe
2120
item public-netbootxyz ${sp} Public netboot.xyz ||
2221
item shell ${sp} iPXE shell
2322
item netinfo ${sp} Netzwerkinfo
@@ -39,15 +38,6 @@ goto advanced_menu
3938
echo Rebooting...
4039
reboot
4140

42-
:reset_windows
43-
kernel https://thinclients.blob.core.windows.net/win/reset/wimboot
44-
initrd https://thinclients.blob.core.windows.net/win/reset/winpeshl.ini winpeshl.ini
45-
initrd https://thinclients.blob.core.windows.net/win/reset/install.bat install.bat
46-
initrd https://thinclients.blob.core.windows.net/win/reset/bcd BCD
47-
initrd https://thinclients.blob.core.windows.net/win/reset/boot.sdi boot.sdi
48-
initrd https://thinclients.blob.core.windows.net/win/reset/boot.wim boot.wim
49-
boot || goto advanced_menu
50-
5141
:shell
5242
echo Type "exit" to return to menu.
5343
set menu advanced_menu

0 commit comments

Comments
 (0)