diff options
author | ramon <ramongomez@us.es> | 2011-03-02 11:42:59 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2011-03-02 11:42:59 +0000 |
commit | 813f617ae2c1fad83befb13bccf8a05213a81ee6 (patch) | |
tree | 0d963716a015570cbb25850a88a71673933a794b /server/tftpboot | |
parent | f6ce34f644e6c9f239475a2fb065ef0cdb38cfe0 (diff) |
Instalador versiĆ³n 1.0:
* Adaptar estructura de directorios del servidor.
* Adaptar funciones del instalador.
* Reducir el espacio necesario para descarga de ficheros.
* Algunas correcciones generales.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@1523 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'server/tftpboot')
-rw-r--r-- | server/tftpboot/pxelinux.0 | bin | 0 -> 14776 bytes | |||
-rw-r--r-- | server/tftpboot/pxelinux.cfg/adminmode | 5 | ||||
-rw-r--r-- | server/tftpboot/pxelinux.cfg/default | 11 |
3 files changed, 16 insertions, 0 deletions
diff --git a/server/tftpboot/pxelinux.0 b/server/tftpboot/pxelinux.0 Binary files differnew file mode 100644 index 00000000..08270f1a --- /dev/null +++ b/server/tftpboot/pxelinux.0 diff --git a/server/tftpboot/pxelinux.cfg/adminmode b/server/tftpboot/pxelinux.cfg/adminmode new file mode 100644 index 00000000..2ade1682 --- /dev/null +++ b/server/tftpboot/pxelinux.cfg/adminmode @@ -0,0 +1,5 @@ +DEFAULT pxe + +LABEL pxe +KERNEL linux +APPEND initrd=initrd.gz ip=dhcp ro vga=788 irqpoll acpi=on boot=admin diff --git a/server/tftpboot/pxelinux.cfg/default b/server/tftpboot/pxelinux.cfg/default new file mode 100644 index 00000000..80457f07 --- /dev/null +++ b/server/tftpboot/pxelinux.cfg/default @@ -0,0 +1,11 @@ +DEFAULT syslinux/vesamenu.c32 +MENU TITLE Aplicacion OpenGnsys + +LABEL 1 +MENU LABEL 1 +KERNEL syslinux/chain.c32 +APPEND hd0 + +PROMPT 0 +TIMEOUT 10 + |