From 594e9428c5ece0ccba1f57810adedefee58ca4cc Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Thu, 16 Dec 2021 08:45:01 +0100 Subject: image: Add a shared-store? field. * gnu/image.scm ()[shared-store?]: New field. --- gnu/image.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gnu/image.scm b/gnu/image.scm index 1c954af8cf..8423cf1d9c 100644 --- a/gnu/image.scm +++ b/gnu/image.scm @@ -42,6 +42,7 @@ image-partitions image-compression? image-volatile-root? + image-shared-store? image-substitutable? image-type @@ -95,6 +96,8 @@ (default #t)) (volatile-root? image-volatile-root? ;boolean (default #t)) + (shared-store? image-shared-store? ;boolean + (default #f)) (substitutable? image-substitutable? ;boolean (default #t))) -- cgit v1.2.3