diff options
author | Irina Gómez <irinagomez@us.es> | 2019-08-16 09:57:56 +0200 |
---|---|---|
committer | Ramón M. Gómez <ramongomez@us.es> | 2019-08-20 17:26:48 +0200 |
commit | c422dd5420fee381dd59f0d37672a827567ea84e (patch) | |
tree | 01a68a56b7423ee5479b77bc432ffc8b4355d342 /client | |
parent | ad6671af1ba2c721776e64a82c0c2daadd261d77 (diff) |
#847 ogclientSqfs2Img and ogclientImg2Sqfs: Auxiliary file size is increased to fit the content of the second file system.
Diffstat (limited to 'client')
-rwxr-xr-x | client/boot-tools/ogclientImg2Sqfs | 2 | ||||
-rwxr-xr-x | client/boot-tools/ogclientSqfs2Img | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/client/boot-tools/ogclientImg2Sqfs b/client/boot-tools/ogclientImg2Sqfs index 5dfb2b00..ea6f9509 100755 --- a/client/boot-tools/ogclientImg2Sqfs +++ b/client/boot-tools/ogclientImg2Sqfs @@ -26,7 +26,7 @@ OGCLIENTBASEDIR=$OPENGNSYS/tftpboot/ogclient/; OGCLIENTFILE=${OGCLIENTBASEDIR}ogclient.img; OGCLIENTSQFS=${OGCLIENTBASEDIR}ogclient.sqfs OGCLIENTMOUNT=${OGCLIENTBASEDIR}ogclientmount; -OGCLIENTSIZEMB=1900; +OGCLIENTSIZEMB=2100; OGCLIENTLABEL=ogClient; # Comprobamos que existe el cliente .sqfs diff --git a/client/boot-tools/ogclientSqfs2Img b/client/boot-tools/ogclientSqfs2Img index 4f8447da..e52b677c 100755 --- a/client/boot-tools/ogclientSqfs2Img +++ b/client/boot-tools/ogclientSqfs2Img @@ -29,7 +29,7 @@ OGCLIENTBASEDIR=$OPENGNSYS/tftpboot/ogclient/; OGCLIENTSQFS=${OGCLIENTBASEDIR}ogclient.sqfs OGCLIENTFILE=${OGCLIENTBASEDIR}ogclient.img; OGCLIENTMOUNT=${OGCLIENTBASEDIR}ogclientmount; -OGCLIENTSIZEMB=1900; +OGCLIENTSIZEMB=2100; OGCLIENTLABEL=ogClient; # Comprobamos que existe el cliente .sqfs |