Changes between Version 19 and Version 20 of Version2/Instalacion
- Timestamp:
- Sep 7, 2011, 7:10:49 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Version2/Instalacion
v19 v20 298 298 $ mkdir -p /opt/opengnsys/client/cache 299 299 $ mkdir -p /opt/opengnsys/client/log 300 $ mkdir -p /opt/opengnsys/client/lib/python 300 301 $ mkdir -p /opt/opengnsys/images 301 302 $ mkdir -p /opt/opengnsys/log/clients … … 320 321 321 322 {{{ 322 $ cp repo/engine/2.0 /opt/opengnsys/client/engine 323 $ cp repo/engine/2.0 /opt/opengnsys/client/engine -rfv 323 324 $ cp repo/job_executer /opt/opengnsys/client -rfv 324 325 $ cp repo/ogr/libogr.py /opt/opengnsys/client/lib/python -rfv 325 326 $ cp repo/ogr/ogr /opt/opengnsys/client/bin -rfv 326 $ cp repo/services_config/export_for_client /opt/opengnsys/client -rfv 327 $ cp repo/export_for_clients /opt/opengnsys/client -rfv 328 $ cp repo/services_config/tftpboot/* /opt/opengnsys/tftpboot/ -rfv 327 329 }}} 328 330 329 331 Por último instalar syslinux en el sistema para copiar los ficheros necesarios para el arranque en red: 330 332 331 * !ArchLinux333 * !ArchLinux 332 334 {{{ 333 335 # pacman -S core/syslinux