source: server/tftpboot/menu.lst/templates/pxe @ 1cbdcb0

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since 1cbdcb0 was 35f55cb, checked in by albertogp <albertogp@…>, 12 years ago

#534 integración mejora en rama de desarrollo branch/version1.0 (1.0.5pre)
DESACTIVANDO LA FUNCION DE ESTE TICKET HASTA REVISION

git-svn-id: https://opengnsys.es/svn/branches/version1.0@3647 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 1004 bytes
Line 
1##NO-TOCAR-ESTA-LINEA ogClient
2default saved
3timeout 1
4hiddenmenu
5fallback 1 2 3
6
7title firsboot
8find --set-root --ignore-floppies --ignore-cd /ogboot.me
9cmp /ogboot.me /ogboot.firstboot || ls FALLBACK
10write /ogboot.firstboot iniciado
11chainloader +1
12savedefault fallback
13boot
14
15title secondboot
16find --set-root --ignore-floppies --ignore-cd /ogboot.me
17cmp /ogboot.me /ogboot.secondboot || ls FALLBACK
18write /ogboot.secondboot iniciado
19chainloader +1
20savedefault fallback
21boot
22
23title OpenGnsys-CACHE
24find --set-root --ignore-floppies --ignore-cd /boot/ogvmlinuz
25kernel /boot/ogvmlinuz ro boot=oginit quiet splash vga=788 irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=false ogdebug=false ogupdateinitrd=true INFOHOST
26initrd /boot/oginitrd.img
27savedefault fallback
28boot
29
30title OpenGnsys-NET
31keeppxe
32kernel (pd)/ogclient/ogvmlinuz  ro boot=oginit quiet splash vga=788 irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=false ogdebug=false INFOHOST
33initrd (pd)/ogclient/oginitrd.img
34boot
35
36
37
38
39
Note: See TracBrowser for help on using the repository browser.