From e237a1631220990cce1a31e03d36b9d23e6c5fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 23 Jun 2023 19:11:56 +0200 Subject: fix --- manifests/machine.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/machine.pp b/manifests/machine.pp index fc45965..2b6ce97 100644 --- a/manifests/machine.pp +++ b/manifests/machine.pp @@ -56,7 +56,7 @@ define nspawn::machine ( unless $template == 'none' { exec { "Initialize ${name} from template": command => [ - 'btrfs', 'snapshot', + 'btrfs', 'subvolume', 'snapshot', "${nspawn::template_dir}/${template}", $root, ], -- cgit v1.2.3