guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#65335] [PATCH 0/4] Allow mounting root on tmpfs for impersistence


From: Ludovic Courtès
Subject: [bug#65335] [PATCH 0/4] Allow mounting root on tmpfs for impersistence
Date: Mon, 21 Aug 2023 16:09:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Nicolas Graves <ngraves@ngraves.fr> skribis:

> ---
>  gnu/build/activation.scm | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/gnu/build/activation.scm b/gnu/build/activation.scm
> index eea2233563..759704ae03 100644
> --- a/gnu/build/activation.scm
> +++ b/gnu/build/activation.scm
> @@ -408,6 +408,7 @@ (define* (activate-current-system
>  
>    (format #t "making '~a' the current system...~%" system)
>  
> +  (mkdir-p "/run")

Same comment and question as for /var/run.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]