source: server/tftpboot/menu.lst/templates/pxe @ 3a89d3d

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 3a89d3d was 5e7555d, checked in by adv <adv@…>, 8 years ago

#768 #528 Multiples ogLives en la CACHE. Los componentes del ogLive están todos dentro de un solo directorio, identificado con su nombre y versión. En el servidor están en tftpboot/ogLivexxx y en la cache se almacenarán en /boot/ogLiveXXX

El tftp del busybox permite acceder a subdirectorios del recurso tftp.

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

  • Property mode set to 100644
File size: 1023 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/ogclient/ogvmlinuz
25kernel /boot/ogclient/ogvmlinuz ro boot=oginit quiet splash vga=788 irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=false ogdebug=false ogupdateinitrd=true INFOHOST
26initrd /boot/ogclient/oginitrd.img
27savedefault fallback
28boot
29
30title OpenGnsys-NET
31kernel (pd)/ogclient/ogvmlinuz  ro boot=oginit quiet splash vga=788 irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=false ogdebug=false INFOHOST
32initrd (pd)/ogclient/oginitrd.img
33boot
34
35
36
37
38
Note: See TracBrowser for help on using the repository browser.