[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: maint: Let 'guix system vm-image' determine the right size.
From: |
Ludovic Courtès |
Subject: |
04/05: maint: Let 'guix system vm-image' determine the right size. |
Date: |
Mon, 4 Dec 2017 10:35:51 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit aa1d47e72ee23aa38bbd9d216d68c8ebef351420
Author: Ludovic Courtès <address@hidden>
Date: Mon Dec 4 15:28:16 2017 +0100
maint: Let 'guix system vm-image' determine the right size.
* Makefile.am (GUIXSD_VM_IMAGE_BASE): Remove.
(release): Remoev --image-size argument to 'guix system vm-image'.
---
Makefile.am | 4 ----
1 file changed, 4 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 6d340f5..7cc46d4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -602,9 +602,6 @@ GUIXSD_IMAGE_BASE = guixsd-install-$(PACKAGE_VERSION)
# Prefix of the GuixSD VM image file name.
GUIXSD_VM_IMAGE_BASE = guixsd-vm-image-$(PACKAGE_VERSION)
-# Size of the VM image (for x86_64 typically).
-GUIXSD_VM_IMAGE_SIZE ?= 2GiB
-
# The release process works in several phases:
#
# 0. We assume the developer created a 'vX.Y' tag.
@@ -663,7 +660,6 @@ release: dist
image=`$(top_builddir)/pre-inst-env
\
guix system vm-image
\
--system=$$system
\
- --image-size=$(GUIXSD_VM_IMAGE_SIZE)
\
gnu/system/examples/vm-image.tmpl` ;
\
if [ ! -f "$$image" ] ; then
\
echo "failed to produced GuixSD VM image for $$system" >&2 ;
\