Changes between Version 20 and Version 21 of ClienteInitrdDSModificarlo
- Timestamp:
- Jul 3, 2013, 6:40:06 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ClienteInitrdDSModificarlo
v20 v21 51 51 ==== Generar un nuevo initrd, con un nuevo proceso de inicio de OpenGnsys ==== 52 52 {{{ 53 schroot -c IMGogclient 53 #accedemos al schroot con conectividad de red 54 schroot -p -c IMGogclient 54 55 #editamos el proceso de inicio 55 56 vi /etc/initramfs-tools/scripts/oginit … … 60 61 # o añadimos uno inicio alternativo 61 62 cp /tmp/oginit2 /etc/initramfs-tools/scripts/oginit2 62 63 #Salimos del entorno 63 64 exit 64 65 66 #generamos un nuevo initrd del ogLive que será almacenado en /tmp/ 65 67 btogFsInitrd 66 68 … … 72 74 73 75 74 ==== REVISARInstalar nuevas herramientas en el sistema raiz del (ogclient.img) ====76 ==== Instalar nuevas herramientas en el sistema raiz del (ogclient.img) ==== 75 77 76 78 {{{ 77 schroot - c IMGogclient79 schroot -p -c IMGogclient 78 80 apt-get install python3 79 81 exit … … 86 88 87 89 88 === Publicar los cambios ===89 90 90 === = Publicar un nuevo kernel e initrd ====91 === comando boot-tools para la automatización === 91 92 93 94 ==== General un nuevo kernel e initrd en el directorio /tmp del equipo ==== 95 {{{ 96 btogFsInitrd 97 }}} 92 98 93 99 ==== Generar un nuevo sistema raiz en formato sqfs (ogclient.sqfs) ====