mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
maint: Disk image size is automatically guessed.
* Makefile.am (GUIXSD_VM_IMAGE_SIZE): Remove. (release): Remove --image-size argument from 'guix system disk-image' command.
This commit is contained in:
parent
a2278922fe
commit
79bfa63829
1 changed files with 0 additions and 4 deletions
|
@ -585,9 +585,6 @@ GUIXSD_IMAGE_BASE = guixsd-usb-install-$(PACKAGE_VERSION)
|
||||||
# Prefix of the GuixSD VM image file name.
|
# Prefix of the GuixSD VM image file name.
|
||||||
GUIXSD_VM_IMAGE_BASE = guixsd-vm-image-$(PACKAGE_VERSION)
|
GUIXSD_VM_IMAGE_BASE = guixsd-vm-image-$(PACKAGE_VERSION)
|
||||||
|
|
||||||
# Size of the installation image (for x86_64 typically).
|
|
||||||
GUIXSD_INSTALLATION_IMAGE_SIZE ?= 950MiB
|
|
||||||
|
|
||||||
# Size of the VM image (for x86_64 typically).
|
# Size of the VM image (for x86_64 typically).
|
||||||
GUIXSD_VM_IMAGE_SIZE ?= 2GiB
|
GUIXSD_VM_IMAGE_SIZE ?= 2GiB
|
||||||
|
|
||||||
|
@ -635,7 +632,6 @@ release: dist
|
||||||
image=`$(top_builddir)/pre-inst-env \
|
image=`$(top_builddir)/pre-inst-env \
|
||||||
guix system disk-image \
|
guix system disk-image \
|
||||||
--system=$$system \
|
--system=$$system \
|
||||||
--image-size=$(GUIXSD_INSTALLATION_IMAGE_SIZE) \
|
|
||||||
gnu/system/install.scm` ; \
|
gnu/system/install.scm` ; \
|
||||||
if [ ! -f "$$image" ] ; then \
|
if [ ! -f "$$image" ] ; then \
|
||||||
echo "failed to produced GuixSD installation image for $$system" >&2 ; \
|
echo "failed to produced GuixSD installation image for $$system" >&2 ; \
|
||||||
|
|
Loading…
Reference in a new issue