source: server/tftpboot/menu.lst/templates/pxe @ 6495c7c

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-instalacion
Last change on this file since 6495c7c was 12e87828, checked in by irina <irinagomez@…>, 7 years ago

#768 Plantillas para evitar el duplicado del parámetro oglivedir

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

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