diff options
author | adv <adv@uma.es> | 2011-05-22 18:13:08 +0000 |
---|---|---|
committer | adv <adv@uma.es> | 2011-05-22 18:13:08 +0000 |
commit | 78b5dfe77e71be975476f03fe2ae4ea24cb1842b (patch) | |
tree | 11249c27b13d81aed291a0a9973a9cabc98a1109 /server/tftpboot | |
parent | 276d88fbb8db07379ff6a7231994b813a1536c70 (diff) |
version 1.0.1 #402 Gestion completa restauracion/arranque windows en particiones distintas a la original de la imagen. Permite varios windows independientes.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2013 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'server/tftpboot')
-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 |