source: server/tftpboot/menu.lst/templates/pxe

lgromero-new-oglive
Last change on this file was 525efe8, checked in by Irina Gómez <irinagomez@…>, 5 years ago

PXE template for ogLive: parameter duplicate 'oglivedir' is removed.

  • 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.