source: server/tftpboot/menu.lst/templates/pxe @ 9c9de82

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
2default saved
3timeout 1
4hiddenmenu
5fallback 1 2 3 4
6
7set ISODIR=ogLive
8
9
10title firsboot
11find --set-root --ignore-floppies --ignore-cd /ogboot.me checkrange 0x07 parttype > nul
12cmp /ogboot.me /ogboot.firstboot || ls FALLBACK
13write /ogboot.firstboot iniciado
14chainloader +1
15boot
16
17title secondboot
18find --set-root --ignore-floppies --ignore-cd /ogboot.me checkrange 0x07 parttype > nul
19cmp /ogboot.me /ogboot.secondboot || ls FALLBACK
20write /ogboot.secondboot iniciado
21chainloader +1
22boot
23
24title OpenGnsys-CACHE
25find --set-root --ignore-floppies --ignore-cd /boot/%ISODIR%/ogvmlinuz
26kernel /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
27initrd /boot/%ISODIR%/oginitrd.img
28boot
29
30title OpenGnsys-NET
31kernel (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
32initrd (pd)/%ISODIR%/oginitrd.img
33boot
34
35title OpenGnsys-NET default
36kernel (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
37initrd (pd)/ogLive/oginitrd.img
38boot
Note: See TracBrowser for help on using the repository browser.