guix-commits
[Top][All Lists]
Advanced

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

03/03: tests: encrypted-root-os: Increase root partition size.


From: guix-commits
Subject: 03/03: tests: encrypted-root-os: Increase root partition size.
Date: Sat, 6 Jul 2019 10:17:32 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 8dfb0c969e513276c632b8d26fb3601fa02993ca
Author: Ludovic Courtès <address@hidden>
Date:   Sat Jul 6 16:15:01 2019 +0200

    tests: encrypted-root-os: Increase root partition size.
    
    1.2G had become slightly too small on x86_64.
    
    * gnu/tests/install.scm (%encrypted-root-installation-script): Increase
    root partition size to 1.3G.
---
 gnu/tests/install.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/tests/install.scm b/gnu/tests/install.scm
index 9f6baa1..124d176 100644
--- a/gnu/tests/install.scm
+++ b/gnu/tests/install.scm
@@ -661,7 +661,7 @@ export GUIX_BUILD_OPTIONS=--no-grafts
 ls -l /run/current-system/gc-roots
 parted --script /dev/vdb mklabel gpt \\
   mkpart primary ext2 1M 3M \\
-  mkpart primary ext2 3M 1.2G \\
+  mkpart primary ext2 3M 1.4G \\
   set 1 boot on \\
   set 1 bios_grub on
 echo -n thepassphrase | \\



reply via email to

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