From 2e8439d37ec79f6e0896f29d26bca2d024bd27fe Mon Sep 17 00:00:00 2001 From: Roman Scherer Date: Thu, 27 Feb 2025 19:24:46 +0100 Subject: machine: hetzner: Fix deployment on smaller instances. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/machine/hetzner.scm (hetzner-machine-rescue-install-os): Avoid out of disk space error by bind mounting /mnt/tmp/gnu/store to /gnu/store. * tests/machine/hetzner.scm: Test with smaller instances. * doc/guix.texi (Invoking guix deploy): Mention unsupported instance. Change-Id: If8bfb6733de493b51813b3e82e255849192f7cba Signed-off-by: Ludovic Courtès --- doc/guix.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/guix.texi b/doc/guix.texi index 93380dc30d4..9fd92b4891d 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -45397,7 +45397,9 @@ server type} this virtual server should be created with. For example, @code{"cx42"} corresponds to a x86_64 server that has 8 VCPUs, 16 GB of memory and 160 GB of storage, while @code{"cax31"} to the AArch64 equivalent. Other server types and their current prices can be found -@uref{https://www.hetzner.com/cloud/#pricing, here}. +@uref{https://www.hetzner.com/cloud/#pricing, here}. The @code{"cpx11"} +server type is currently not supported, since its rescue system is too +small to bootstrap a Guix system from. @item @code{ssh-key} The file name of the SSH private key to use to authenticate with the -- cgit v1.3