diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-03-24 23:31:56 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-03-24 23:31:56 +0100 |
commit | 622b2304ce1f9cde88ba9b8dd01780e98e5d3273 (patch) | |
tree | 4c6c938e8153fcc7b322dd464af45ef9fc523421 /doc | |
parent | aeaa5ccbf4e12ce651443bb0fda53e25599a221e (diff) | |
download | patches-622b2304ce1f9cde88ba9b8dd01780e98e5d3273.tar patches-622b2304ce1f9cde88ba9b8dd01780e98e5d3273.tar.gz |
doc: We now need 1 GiB for the installation USB image.
* doc/guix.texi (Building the Installation Image): Change image size to 1G.
* build-aux/hydra/gnu-system.scm (qemu-jobs): Likewise.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index d0dcc51094..08d7a08ffa 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -6056,8 +6056,9 @@ good. The installation image described above was built using the @command{guix system} command, specifically: +@c FIXME: 1G is too much; see <http://bugs.gnu.org/23077>. @example -guix system disk-image --image-size=850MiB gnu/system/install.scm +guix system disk-image --image-size=1G gnu/system/install.scm @end example Have a look at @file{gnu/system/install.scm} in the source tree, |