mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: hetzner: Fix deploy on hetzner
* gnu/machine/hetzner.scm (hetzner-machine-rescue-install-packages): Install uidmap package too. Change-Id: I86f638bc65d42cb4e26381cd91140cd92bc90b18 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
6c8b81ee57
commit
5e63c9bdb1
1 changed files with 1 additions and 1 deletions
|
|
@ -651,7 +651,7 @@ fdisk -l /dev/sda"
|
|||
(format #f "#!/usr/bin/env bash
|
||||
set -eo pipefail
|
||||
apt-get update
|
||||
apt-get install cloud-initramfs-growroot --assume-yes"))
|
||||
apt-get install cloud-initramfs-growroot uidmap --assume-yes"))
|
||||
(format #t "successfully installed rescue system packages on '~a'\n" name)))
|
||||
|
||||
(define (hetzner-machine-delete machine server)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue