diff options
Diffstat (limited to 'server')
-rw-r--r-- | server/tftpboot/NetbootPXE.es.txt | 2 | ||||
-rw-r--r-- | server/tftpboot/menu.lst/templates/pxe | 4 | ||||
-rw-r--r-- | server/tftpboot/menu.lst/templates/pxeADMIN | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/server/tftpboot/NetbootPXE.es.txt b/server/tftpboot/NetbootPXE.es.txt index 0eaba0fc..19c64710 100644 --- a/server/tftpboot/NetbootPXE.es.txt +++ b/server/tftpboot/NetbootPXE.es.txt @@ -19,7 +19,7 @@ Activar el grldr del grub4dos 4) En la funcion ogBoot, de la libreria Boot.lib descomentar los comentarios del if de las lĂneas 71 a 85, para que quede #FIXME: activar seguimiento inicio sesion XP con grub4dos - if `ogGetOsVersion 1 1 | grep "XP" > /dev/null` + if `ogGetOsVersion $1 $2 | grep "XP" > /dev/null` then dd if=/dev/zero of=${MNTDIR}/ogboot.me bs=1024 count=3 dd if=/dev/zero of=${MNTDIR}/ogboot.firstboot bs=1024 count=3 diff --git a/server/tftpboot/menu.lst/templates/pxe b/server/tftpboot/menu.lst/templates/pxe index 401685e9..c7ef01fb 100644 --- a/server/tftpboot/menu.lst/templates/pxe +++ b/server/tftpboot/menu.lst/templates/pxe @@ -7,7 +7,7 @@ title firsboot find --set-root --ignore-floppies --ignore-cd /ogboot.me cmp /ogboot.me /ogboot.firstboot || ls FALLBACK write /ogboot.firstboot iniciado -chainloader /ntldr +chainloader +1 savedefault fallback boot @@ -15,7 +15,7 @@ title secondboot find --set-root --ignore-floppies --ignore-cd /ogboot.me cmp /ogboot.me /ogboot.secondboot || ls FALLBACK write /ogboot.secondboot iniciado -chainloader /ntldr +chainloader +1 savedefault fallback boot diff --git a/server/tftpboot/menu.lst/templates/pxeADMIN b/server/tftpboot/menu.lst/templates/pxeADMIN index 815ee255..0dd603ce 100644 --- a/server/tftpboot/menu.lst/templates/pxeADMIN +++ b/server/tftpboot/menu.lst/templates/pxeADMIN @@ -7,7 +7,7 @@ title firsboot find --set-root --ignore-floppies --ignore-cd /ogboot.me cmp /ogboot.me /ogboot.firstboot || ls FALLBACK write /ogboot.firstboot iniciado -chainloader /ntldr +chainloader +1 savedefault fallback boot @@ -15,7 +15,7 @@ title secondboot find --set-root --ignore-floppies --ignore-cd /ogboot.me cmp /ogboot.me /ogboot.secondboot || ls FALLBACK write /ogboot.secondboot iniciado -chainloader /ntldr +chainloader +1 savedefault fallback boot |