Changes between Version 31 and Version 32 of InitrdClienteSecondFileSystem
- Timestamp:
- Apr 14, 2011, 12:24:06 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InitrdClienteSecondFileSystem
v31 v32 81 81 === Generar un nuevo initrd, con nuestras "locales", y almacenarlos en el /opt/opengnsys/tftpboot/ogclient/ === 82 82 {{{ 83 schroot - C IMgogclient -- /root/ReconfigureLocales.sh83 schroot -c IMGogclient -- /root/ReconfigureLocales.sh 84 84 ogClientInintrd host 85 85 }}} … … 91 91 {{{ 92 92 schroot -c IMGogclient 93 93 94 cp /tmp/ficheroOGSERVER.txt /home/opengnsys/ficheroEnOGclient.txt 95 96 exit 94 97 }}} 95 98 … … 106 109 # o añadimos uno inicio alternativo 107 110 cp /tmp/oginit2 /etc/initramfs-tools/scripts/oginit2 111 112 exit 113 114 schroot -c IMGogclient -- /root/GenerateInitrd.generic.sh 115 108 116 }}} 109 117 … … 115 123 schroot -c IMGogclient 116 124 apt-get install python3 125 exit 117 126 }}} 118 127