diff options
author | Irina Gómez <irinagomez@us.es> | 2019-08-16 09:57:56 +0200 |
---|---|---|
committer | Irina Gómez <irinagomez@us.es> | 2019-08-16 09:57:56 +0200 |
commit | 014ed6e228c025ed5acf6d485200c52cb9d17d24 (patch) | |
tree | d12ab12c29a47ed73d070e6131fe76ca6d2cfde2 | |
parent | 137ceb4b55c804b1b66baf970450b4f6733bc02f (diff) |
#847 ogclientSqfs2Img and ogclientImg2Sqfs: Auxiliary file size is increased to fit the content of the second file system.
-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 |