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:
-
May 30, 2017, 10:47:39 AM (8 years ago)
- Author:
-
adv
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v12
|
v13
|
|
56 | 56 | |
57 | 57 | === Incorporación del fichero .sqfs (proceso instalación de OpenGnsys) en un fichero .img para su posterior modificación === |
58 | | NOTA: este subapartado no está terminado de documentar |
59 | 58 | |
60 | 59 | NOTA: este procedimiento se ha comprobado en una ubuntu server 10.04 32bits. |
… |
… |
|
80 | 79 | mount | grep $OGCLIENTMOUNT || mount $OGCLIENTFILE $OGCLIENTMOUNT -o loop,offset=32256; |
81 | 80 | |
82 | | unsquashfs -d /opt/opengnsys/tftpboot/ogclient/ogclientmount/ -f /opt/opengnsys/tftpboot/ogclient/ogclient.sqfs ; |
| 81 | unsquashfs -d /var/lib/tftpboot/ogclient/ogclientmount/ -f /var/lib/tftpboot/ogclient/ogclient.sqfs; |
83 | 82 | umount $OGCLIENTMOUNT; |
84 | 83 | echo "fin"; |
| 84 | |
85 | 85 | |
86 | 86 | |