diff options
author | adv <adv@uma.es> | 2011-03-20 13:12:27 +0000 |
---|---|---|
committer | adv <adv@uma.es> | 2011-03-20 13:12:27 +0000 |
commit | 78a248e40b29a334c1f189aa4a7a811317a52c13 (patch) | |
tree | 6193003117e0a4c14fab1d06de71479bd5ba2cdf /server/tftpboot | |
parent | 4cba6d71c5247f80839745813983759d8121e616 (diff) |
menu pxe default ( ticket:240 ): opciones [local-default-|ogclient]. timeout 10 segundos.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@1573 a21b9725-9963-47de-94b9-378ad31fedc9
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 |