source: server/tftpboot/menu.lst/templates/pxe @ 2211576

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 2211576 was 449ff6d, checked in by adv <adv@…>, 8 years ago

#769 actualiza las plantillas PXE para soportar la instalación de software en caliente con ogtmpfs=15

git-svn-id: https://opengnsys.es/svn/branches/version1.1@5342 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
15savedefault fallback
16boot
17
18title secondboot
19find --set-root --ignore-floppies --ignore-cd /ogboot.me
20cmp /ogboot.me /ogboot.secondboot || ls FALLBACK
21write /ogboot.secondboot iniciado
22chainloader +1
23savedefault fallback
24boot
25
26title OpenGnsys-CACHE
27find --set-root --ignore-floppies --ignore-cd /boot/%ISODIR%/ogvmlinuz
28kernel /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 INFOHOST
29initrd /boot/%ISODIR%/oginitrd.img
30savedefault fallback
31boot
32
33title OpenGnsys-NET
34kernel (pd)/%ISODIR%/ogvmlinuz  ro boot=oginit quiet splash vga=788 irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=false ogdebug=false ogtmpfs=15 INFOHOST
35initrd (pd)/%ISODIR%/oginitrd.img
36savedefault fallback
37boot
38
39title OpenGnsys-NET default
40kernel (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 INFOHOST
41initrd (pd)/ogLive/oginitrd.img
42boot
43
44
45
46
47
48
Note: See TracBrowser for help on using the repository browser.