guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: doc: We now need 1 GiB for the installation USB image.


From: Ludovic Courtès
Subject: 03/03: doc: We now need 1 GiB for the installation USB image.
Date: Thu, 24 Mar 2016 22:33:17 +0000

civodul pushed a commit to branch master
in repository guix.

commit 622b2304ce1f9cde88ba9b8dd01780e98e5d3273
Author: Ludovic Courtès <address@hidden>
Date:   Thu Mar 24 23:31:56 2016 +0100

    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.
---
 build-aux/hydra/gnu-system.scm |    2 +-
 doc/guix.texi                  |    3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm
index c5004a6..548d9e0 100644
--- a/build-aux/hydra/gnu-system.scm
+++ b/build-aux/hydra/gnu-system.scm
@@ -161,7 +161,7 @@ system.")
                        (set-guile-for-build (default-guile))
                        (system-disk-image installation-os
                                           #:disk-image-size
-                                          (* 860 MiB))))))
+                                          (* 1024 MiB))))))
       '()))
 
 (define (tarball-jobs store system)
diff --git a/doc/guix.texi b/doc/guix.texi
index d0dcc51..08d7a08 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:
 
address@hidden 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]