source: server/tftpboot/menu.lst/templates/pxeADMIN @ 1547c12

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 1547c12 was 78b5dfe7, checked in by adv <adv@…>, 14 years ago

version 1.0.1 #402 Gestion completa restauracion/arranque windows en particiones distintas a la original de la imagen. Permite varios windows independientes.

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

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