Last change
on this file since 9c9de82 was
9c9de82,
checked in by OpenGnSys Support Team <soporte-og@…>, 3 years ago
|
Revert "#1075 Rename boot templates"
This reverts commit 127248e3454e84ba073e5413075e1e7aafef7c0d.
Web Console expects boot templates to have certain names, otherwise it
behaves incorrectly. The reverted commit changes this names to ones that
the Web Console do not recognize.
|
-
Property mode set to
100644
|
File size:
1.3 KB
|
Line | |
---|
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 checkrange 0x07 parttype > nul |
---|
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 checkrange 0x07 parttype > nul |
---|
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 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.