[gnome-build-meta/valentindavid/ostree-home-dir: 3/3] ostree: Do not use a symlink to sysroot for home




commit 9ced2cf3f2d36ba59d7453e1a09c807af43c1f99
Author: Valentin David <valentin david codethink co uk>
Date:   Mon Aug 17 17:16:58 2020 +0200

    ostree: Do not use a symlink to sysroot for home
    
    This symlink configuration was taken from documentation but it is an
    unexpected layout. This is causing issues with flatpak and toolbox.

 files/vm/ostree-config/ostree.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/files/vm/ostree-config/ostree.conf b/files/vm/ostree-config/ostree.conf
index a8531636..e5534ca0 100644
--- a/files/vm/ostree-config/ostree.conf
+++ b/files/vm/ostree-config/ostree.conf
@@ -1,4 +1,4 @@
 d /var/log/journal 0755 root root -
-L /var/home - - - - ../sysroot/home
+d /var/home 0755 root root -
 d /var/roothome 0700 root root -
 d /run/media 0755 root root -


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