Changes between Version 1 and Version 2 of InitrdClienteSecondFileSystem/en


Ignore:
Timestamp:
Feb 25, 2012, 9:28:38 PM (12 years ago)
Author:
paqui
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InitrdClienteSecondFileSystem/en

    v1 v2  
    11[[TranslatedPages]]
    2 [[TOC(heading=Índice)]]
     2[[TOC]]
    33
    44= OpenGnSys Client =
    55
     6== Goal ==
    67
    7 == Objetivo ==
     8 1. Be able to boot from:
     9  * Any external device (USB, CD, DVD)
     10  * A cache partition
     11  * A NIC using any protocol: NFS, SMB, CIFS...
     12 1. Add or update software using standards packages manager.
     13 1. Software installed in client does not affect their boot (specially in PXE mode)
     14 1. Independently the amount of clients, separate their booting time
    815
    9  1. Ser capaz de inicializarse desde:
    10   * Cualquier dispositivo removible (usb, cd, dvd),
    11   * Una partición cache, o un espacio no particionado (¿¿¿???)
    12   * Y por supuesto por red, utilizando cualquier protocolo, inicialmente nfs, smb, cifs.
    13  1. Ofrecer la posibilidad de añadir o actualizar software usando los gestores de paquetes estándar.
    14  1. Que el software instalado en el cliente, no afecte a su arranque (especialmente en el modo PXE)
    15  1. Independizar el tiempo de arranque del cliente, independiente del número de estos que se inician simultánemente.
     16== Description ==
    1617
    17 == Descripción ==
     18 1. The "client operating system" is composed by:
     19  * First stage: a kernel and a initrd.
     20  * Second stage: root filesystem (with all needed apps).
     21 1. First stage elements are loaded by a bootloader. It will use a specific bootloader(e.g. isolinux, grub, grub4dos, gpxe) depending on the container (CD, DVD, USB, cache partition, network).
     22 1. OpenGnSys starter in initrd (boot=oginit) will detect where the root filesystem is located (second stage). It will mix the root filesystem with this new initrd filesystem.
    1823
    19  1. El "Sistema operativo cliente" se compone en:
    20   * Primera etapa: un kernel y un initrd.
    21   * Segunda etapa: el sistema raíz o root(con todas las aplicaciones necesarias).
    22  1. Los elementos de la primera etapa se cargan mediante un gestor de arranque, dependiendo del contendor(cd,dvd,usb,particionCache,red) se usuará el más idóneo (p.e isonlinux, grub, grub4dos, gpxe).
    23  1. El inicializador de opengnsys ubicado en el initrd (boot=oginit) detectará donde se ubica el sistema raíz (segunda etapa), y realizará el proceso correspondiente para incorporar este sistema raiz, al sistema raiz en curso proporcionado por el initrd.
     24More info "Using UnionFS: BusyBox and SquashFS together"  http://lwn.net/Articles/219827/
    2425
    25 Mas info sobre "Using UnionFS: BusyBox and SquashFS together"  http://lwn.net/Articles/219827/
    26 
    27 == Parametros de kernel 1.0.2 beta01 ==
    28 === Parámetros estándar del kernel ===
     26== Kernel 1.0.2 beta01 Parameters ==
     27=== Kernel Standard Parameters ===
    2928* KERNEL ogclient/ogvmlinuz
    3029* initrd=ogclient/oginitrd.img
    3130
    32 * Si queremos arranque gráfico con plymouth
     31* For graphical boot with plymouth
    3332 * quiet
    3433 * spash
    35 * Uso de framebuffer para browser y plymouth.
     34* Use framebuffer for browser and plymouth
    3635 * vga=788
    3736
     
    3938* acpi=on
    4039
    41 * Configuración de la tarjeta de red.
     40* Configure NIC
    4241 * ip=dhcp
    4342 * ip=
    4443
    45 === Parámetro especial el kernel indicando que realice procesos OpenGnsys ===
     44=== Kernel Special Parameter for OpenGnSys Process ===
    4645boot=oginit
    4746
    48 ==== Parametros específicos si se utiliza boot=oginit ====
    49 
     47==== Specific parameters if use boot=oginit ====
    5048
    5149* oginit=init|/bin/bash
     
    6563
    6664
    67 
    68 
    69 
    70 
    71 
    7265* ogactiveadmin=true|false
    7366  * true: Modo de funcionalidad del browser con shell root activa, y acceso al recurso compartidos ogrepo (imágenes) en modo escritura.
     
    7871  * Modo de depuración en el proceso de arranque del cliente.
    7972  * Habilitá puntos de control para acceder a la shell y comprobar manualmente estado del proceso.
    80 
    81 
    8273
    8374* ognetmodule=nombre_modulo
     
    114105
    115106 
    116 == Mas Info ==
     107== More Info ==
    117108
    118109    * Initrd-Debootstrap: