guix-patches
[Top][All Lists]
Advanced

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

[bug#29409] [PATCH] tests: install: Increase extlinux install partition


From: m . othacehe
Subject: [bug#29409] [PATCH] tests: install: Increase extlinux install partition size.
Date: Wed, 29 Nov 2017 18:34:33 +0100

From: Mathieu Othacehe <address@hidden>

* gnu/tests/install.scm (%extlinux-gpt-installation-script): Increase
  partition size from 1G to 2G. 1G is not enough anymore to initialize the
  system.
---
 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 0e97de0..fa9d9c6 100644
--- a/gnu/tests/install.scm
+++ b/gnu/tests/install.scm
@@ -173,7 +173,7 @@ guix --version
 export GUIX_BUILD_OPTIONS=--no-grafts
 guix build isc-dhcp
 parted --script /dev/vdb mklabel gpt \\
-  mkpart ext2 1M 1G \\
+  mkpart ext2 1M 2G \\
   set 1 legacy_boot on
 mkfs.ext4 -L my-root -O '^64bit' /dev/vdb1
 mount /dev/vdb1 /mnt
-- 
2.7.4






reply via email to

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