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

Last change on this file since c583144 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
RevLine 
[2e53827]1##NO-TOCAR-ESTA-LINEA ogLive
[cba9574]2default saved
3timeout 1
4hiddenmenu
[2e53827]5fallback 1 2 3 4
6
7set ISODIR=ogLive
8
[cba9574]9
10title firsboot
[a1a2a33]11find --set-root --ignore-floppies --ignore-cd /ogboot.me checkrange 0x07 parttype > nul
[cba9574]12cmp /ogboot.me /ogboot.firstboot || ls FALLBACK
13write /ogboot.firstboot iniciado
[78b5dfe7]14chainloader +1
[cba9574]15boot
16
17title secondboot
[a1a2a33]18find --set-root --ignore-floppies --ignore-cd /ogboot.me checkrange 0x07 parttype > nul
[cba9574]19cmp /ogboot.me /ogboot.secondboot || ls FALLBACK
20write /ogboot.secondboot iniciado
[78b5dfe7]21chainloader +1
[cba9574]22boot
23
24title OpenGnsys-CACHE
[2e53827]25find --set-root --ignore-floppies --ignore-cd /boot/%ISODIR%/ogvmlinuz
[12e87828]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
[2e53827]27initrd /boot/%ISODIR%/oginitrd.img
[cba9574]28boot
29
30title OpenGnsys-NET
[12e87828]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
[bc3a350]32initrd (pd)/%ISODIR%/oginitrd.img
[cba9574]33boot
34
[2e53827]35title OpenGnsys-NET default
[525efe8]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
[2e53827]37initrd (pd)/ogLive/oginitrd.img
38boot
Note: See TracBrowser for help on using the repository browser.