Rev | Line | |
---|
[1602040] | 1 | ##NO-TOCAR-ESTA-LINEA ogClient |
---|
[ecd8d9a] | 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 | |
---|
[d0df50b6] | 23 | title OpenGnsys-CACHE |
---|
[ecd8d9a] | 24 | find --set-root --ignore-floppies --ignore-cd /boot/ogvmlinuz |
---|
[d0df50b6] | 25 | kernel /boot/ogvmlinuz ro boot=oginit quiet splash vga=788 irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=false ogdebug=false ogupdateinitrd=true INFOHOST |
---|
[ecd8d9a] | 26 | initrd /boot/oginitrd.img |
---|
| 27 | savedefault fallback |
---|
| 28 | boot |
---|
| 29 | |
---|
[d0df50b6] | 30 | title OpenGnsys-NET |
---|
[ecd8d9a] | 31 | keeppxe |
---|
[71643c0] | 32 | kernel (pd)/ogclient/ogvmlinuz ro boot=oginit quiet splash vga=788 irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=false ogdebug=false INFOHOST |
---|
[ecd8d9a] | 33 | initrd (pd)/ogclient/oginitrd.img |
---|
| 34 | boot |
---|
| 35 | |
---|
[d0df50b6] | 36 | |
---|
| 37 | |
---|
| 38 | |
---|
| 39 | |
---|
Note: See
TracBrowser
for help on using the repository browser.