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