default configuration
This commit is contained in:
26
resources/default-minimal
Executable file
26
resources/default-minimal
Executable file
@@ -0,0 +1,26 @@
|
||||
rootprompt 0
|
||||
path bios
|
||||
default bios/vesamenu.c32
|
||||
TIMEOUT 300
|
||||
|
||||
MENU TITLE PXE Bootserver
|
||||
MENU BACKGROUND splash.png
|
||||
|
||||
LABEL disk0
|
||||
localboot 0
|
||||
MENU LABEL Boot from first Harddisk
|
||||
|
||||
LABEL -
|
||||
MENU LABEL --------------------------
|
||||
|
||||
LABEL ipxe
|
||||
MENU LABEL * iPXE Shell
|
||||
KERNEL ipxe.lkrn dhcp && shell
|
||||
|
||||
LABEL demo
|
||||
MENU LABEL * iPXE Demonstration
|
||||
KERNEL ipxe.lkrn dhcp && chain http://boot.ipxe.org/demo/boot.php
|
||||
|
||||
LABEL fdos
|
||||
MENU LABEL * iPXE FreeDOS over HTTP
|
||||
KERNEL ipxe.lkrn dhcp && sanboot http://boot.ipxe.org/freedos/fdfullcd.iso
|
Reference in New Issue
Block a user