close
Warning:
Failed to sync with repository "ogBrowser-Git": (1366, "Incorrect string value: '\\xF0\\x9F\\x93\\xA6 I...' for column 'message' at row 1"); repository information may be out of date. Look in the Trac log for more information including mitigation strategies.
- Timestamp:
-
Jun 29, 2011, 2:59:23 PM (14 years ago)
- Author:
-
adv
- Comment:
-
info parametros kernel boot-tools
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v44
|
v45
|
|
24 | 24 | Mas info sobre "Using UnionFS: BusyBox and SquashFS together" http://lwn.net/Articles/219827/ |
25 | 25 | |
| 26 | == Parametros de kernel 1.0.2 beta2== |
| 27 | ogrepo=ip # acceso al contenedor de imagenes del repositorio asignado al cliente.(lectura-escritura según modo) |
| 28 | ogshare=ip # acceso al contenedor del engine, scripts, interface adm, bin (lectura) |
| 29 | oglog=ip # acceso al contenedor de log (escritura) |
| 30 | oglive=ip # acceso al contenedor del segundo sistema de archivos del cliente pxe (lectura) |
| 31 | |
| 32 | 185 export OGSERVERIMAGES="${ogrepo:-$ROOTSERVER}" |
| 33 | 186 export OGSERVERSHARE="${ogshare:-$ROOTSERVER}" |
| 34 | 187 export OGSERVERLOG="${oglog:-$ROOTSERVER}" |
| 35 | 188 export OGSERVERLIVE="${oglive:-$OGSERVERIMAGES}" |
| 36 | |
| 37 | |
26 | 38 | |
27 | 39 | * Initrd-Debootstrap: |