diff options
Diffstat (limited to 'server/tftpboot')
-rw-r--r-- | server/tftpboot/pxelinux.cfg/default | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/server/tftpboot/pxelinux.cfg/default b/server/tftpboot/pxelinux.cfg/default index 80457f07..2b92712a 100644 --- a/server/tftpboot/pxelinux.cfg/default +++ b/server/tftpboot/pxelinux.cfg/default @@ -1,11 +1,16 @@ DEFAULT syslinux/vesamenu.c32 MENU TITLE Aplicacion OpenGnsys + +PROMPT 0 +TIMEOUT 100 -LABEL 1 -MENU LABEL 1 +LABEL Local_Boot +MENU LABEL Local_Boot KERNEL syslinux/chain.c32 APPEND hd0 + -PROMPT 0 -TIMEOUT 10 - +LABEL OpenGnsys_Client +MENU LABEL OpenGnsys_Client +KERNEL ogclient/ogvmlinuz +APPEND initrd=ogclient/oginitrd.img ro boot=oginit vga=788 irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=false ip=dhcp
\ No newline at end of file |