refining scripts, adding winpe boot
This commit is contained in:
@@ -3,8 +3,8 @@ path bios
|
||||
default bios/vesamenu.c32
|
||||
TIMEOUT 300
|
||||
|
||||
MENU TITLE PXE Bootserver
|
||||
MENU BACKGROUND splash.png
|
||||
MENU TITLE PXE __MENUTITLE__
|
||||
MENU BACKGROUND __MENUBACKGROUND__
|
||||
|
||||
LABEL disk0
|
||||
localboot 0
|
||||
@@ -22,5 +22,9 @@ LABEL demo
|
||||
KERNEL ipxe.lkrn dhcp && chain http://boot.ipxe.org/demo/boot.php
|
||||
|
||||
LABEL fdos
|
||||
MENU LABEL * iPXE FreeDOS over HTTP
|
||||
MENU LABEL * iPXE FreeDOS over HTTP and Internet
|
||||
KERNEL ipxe.lkrn dhcp && sanboot http://boot.ipxe.org/freedos/fdfullcd.iso
|
||||
|
||||
LABEL fdos
|
||||
MENU LABEL * iPXE FreeDOS over HTTP Local Server
|
||||
KERNEL ipxe.lkrn dhcp && sanboot http://__NFSSERVERIP__/free/FD13LIVE.iso
|
||||
|
Reference in New Issue
Block a user