#1078: NetBoot uses OpenGnsys symlink to access TFTP directory.
parent
df0cd09a1d
commit
60d28ed7c1
|
@ -42,12 +42,12 @@ switch($litambito){
|
|||
// /var/lib/tftboot/menu.lst/templates y /var/lib/tftpboot/grub/templates/
|
||||
//#########################################################################
|
||||
// Leer nombres de ficheros plantillas bios
|
||||
$dirtemplatesbios="/var/lib/tftpboot/menu.lst/templates/";
|
||||
$dirtemplatesbios="/opt/opengnsys/tftpboot/menu.lst/templates/";
|
||||
chdir($dirtemplatesbios);
|
||||
$pnbios=glob("*");
|
||||
|
||||
// Leer nombres de ficheros plantillas uefi
|
||||
$dirtemplatesuefi="/var/lib/tftpboot/grub/templates/";
|
||||
$dirtemplatesuefi="/opt/opengnsys/tftpboot/grub/templates/";
|
||||
chdir($dirtemplatesuefi);
|
||||
$pnuefi=glob("*");
|
||||
|
||||
|
|
|
@ -20,8 +20,8 @@ $guarnomb = isset($_POST["nombrenuevoboot"]) ? ucfirst($_POST["nombrenuevoboot"]
|
|||
$admin = isset($_POST["modo"]) ? $_POST["modo"] : "";
|
||||
$selectfile = isset($_POST["selectfile"]) ? $_POST["selectfile"] : "";
|
||||
$boottype = isset($_POST["boottype"]) ? $_POST["boottype"] : "";
|
||||
$dirtemplates= ( $boottype === "uefi" ) ? "/var/lib/tftpboot/grub/templates/" : "/var/lib/tftpboot/menu.lst/templates/";
|
||||
$otrodirtemplates= ( $boottype === "uefi" ) ? "/var/lib/tftpboot/menu.lst/templates/" : "/var/lib/tftpboot/grub/templates/";
|
||||
$dirtemplates= ( $boottype === "uefi" ) ? "/opt/opengnsys/tftpboot/grub/templates/" : "/opt/opengnsys/tftpboot/menu.lst/templates/";
|
||||
$otrodirtemplates= ( $boottype === "uefi" ) ? "/opt/opengnsys/tftpboot/menu.lst/templates/" : "/opt/opengnsys/tftpboot/grub/templates/";
|
||||
$descripcion = "";
|
||||
$modo = "";
|
||||
?>
|
||||
|
|
|
@ -10,7 +10,7 @@ Network connection is needed in order to download the required packages, the sou
|
|||
|
||||
Minimum storage requirements:
|
||||
- 100 MB in /tmp (for the installation process)
|
||||
- 600 MB in /var/lib/tftpboot (or /srv in Debian systems) for every installed ogLive client.
|
||||
- 600 MB in /var/lib/tftpboot (or /srv/tftp on new systems) for every installed ogLive client.
|
||||
- 250 MB in the installation folder (/opt/opengnsys) plus 600 MB for every downloaded ISO image.
|
||||
- Enough disk space for the image repository in /opt/opengnsys/images (it is recommended to mount it on an independent file system)
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ El serividor debe tener acceso a Internet para descargar los paquetes necesarios
|
|||
|
||||
Requisitos mínimos de almacenamiento:
|
||||
- 100 MB en el directorio /tmp (solo durante la instalación)
|
||||
- 600 MB en el directorio /var/lib/tftpboot (o /srv en sistemas Debian) por cada cliente ogLive que se desee instalar.
|
||||
- 600 MB en el directorio /var/lib/tftpboot (o /srv/tftp en las nuevas versiones) por cada cliente ogLive que se desee instalar.
|
||||
- 250 MB en el directorio de instalación /opt/opengnsys más 600 MB por cada imagen ISO descargada de clientes ogLive.
|
||||
- Estimar la capacidad necesaria para el repositorio de imágenes en /opt/opengnsys/images (es recomendable que este directorio se monte sobre un sistema de archivos independiente).
|
||||
|
||||
|
|
Loading…
Reference in New Issue