13 lines
541 B
Plaintext
13 lines
541 B
Plaintext
#!ipxe
|
|
set timeout 0
|
|
set timeout-style hidden
|
|
set ISODIR ogLive
|
|
set default 0
|
|
set kernelargs ro boot=oginit quiet splash irqpoll acpi=on og2nd=sqfs ogprotocol=smb ogactiveadmin=true ogdebug=true ogtmpfs=15 oglivedir=${ISODIR} LANG=es_ES.UTF-8 ip=192.168.2.11:192.168.2.1:192.168.2.1:255.255.255.0:pc11:eth0:none group=Aula_virtual ogrepo=192.168.2.1 oglive=192.168.2.1 oglog=192.168.2.1 ogshare=192.168.2.1 ogprof=false vga=788
|
|
|
|
kernel tftp://172.17.8.71/ogLive/ogvmlinuz ${kernelargs}
|
|
initrd tftp://172.17.8.71/ogLive/oginitrd.img
|
|
boot
|
|
|
|
|