guix-patches
[Top][All Lists]
Advanced

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

[bug#29100] [PATCH 2/3] install: Use overlayfs instead of unionfs.


From: Danny Milosavljevic
Subject: [bug#29100] [PATCH 2/3] install: Use overlayfs instead of unionfs.
Date: Thu, 2 Nov 2017 18:44:05 +0100

[...]
> -      (let ((rw-dir (string-append target #$%backing-directory)))
> +      (let* ((rw-dir (string-append target #$%backing-directory))
> +             ;; FIXME: calculate work-dir from backing-directory:
> +             ;; normpath(backing-directory + "../.overlayfs-workdir")
> +             (work-dir (string-append target "/tmp/.overlayfs-workdir")))

What about the FIXME?





reply via email to

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