webconsole3
Last change
on this file since 2fae617b was
1236d17,
checked in by jm.bardallo <juanmanuel.bardallo@…>, 7 years ago
|
añadidos nuevamente los ficheros de opengnsys del branch devel, se habían quitado por error
|
-
Property mode set to
100644
|
File size:
1.3 KB
|
Rev | Line | |
---|
[1236d17] | 1 | ##NO-TOCAR-ESTA-LINEA ogLive |
---|
| 2 | default saved |
---|
| 3 | timeout 1 |
---|
| 4 | hiddenmenu |
---|
| 5 | fallback 1 2 3 4 |
---|
| 6 | |
---|
| 7 | set ISODIR=ogLive |
---|
| 8 | |
---|
| 9 | |
---|
| 10 | title firsboot |
---|
| 11 | find --set-root --ignore-floppies --ignore-cd /ogboot.me |
---|
| 12 | cmp /ogboot.me /ogboot.firstboot || ls FALLBACK |
---|
| 13 | write /ogboot.firstboot iniciado |
---|
| 14 | chainloader +1 |
---|
| 15 | boot |
---|
| 16 | |
---|
| 17 | title secondboot |
---|
| 18 | find --set-root --ignore-floppies --ignore-cd /ogboot.me |
---|
| 19 | cmp /ogboot.me /ogboot.secondboot || ls FALLBACK |
---|
| 20 | write /ogboot.secondboot iniciado |
---|
| 21 | chainloader +1 |
---|
| 22 | boot |
---|
| 23 | |
---|
| 24 | title OpenGnsys-CACHE |
---|
| 25 | find --set-root --ignore-floppies --ignore-cd /boot/%ISODIR%/ogvmlinuz |
---|
| 26 | kernel /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 |
---|
| 27 | initrd /boot/%ISODIR%/oginitrd.img |
---|
| 28 | boot |
---|
| 29 | |
---|
| 30 | title OpenGnsys-NET |
---|
| 31 | kernel (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 |
---|
| 32 | initrd (pd)/%ISODIR%/oginitrd.img |
---|
| 33 | boot |
---|
| 34 | |
---|
| 35 | title OpenGnsys-NET default |
---|
| 36 | kernel (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 |
---|
| 37 | initrd (pd)/ogLive/oginitrd.img |
---|
| 38 | boot |
---|
Note: See
TracBrowser
for help on using the repository browser.