From 3433a0b82d7ef4b99f11bde84d25596921c03f38 Mon Sep 17 00:00:00 2001 From: brl Date: Tue, 12 Dec 2017 15:22:20 -0500 Subject: [PATCH] Add a writable bind mount for /home/root --- .../recipes-core/volatile-binds/volatile-binds.bbappend | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 meta-citadel-distro/recipes-core/volatile-binds/volatile-binds.bbappend diff --git a/meta-citadel-distro/recipes-core/volatile-binds/volatile-binds.bbappend b/meta-citadel-distro/recipes-core/volatile-binds/volatile-binds.bbappend new file mode 100644 index 0000000..d3b074f --- /dev/null +++ b/meta-citadel-distro/recipes-core/volatile-binds/volatile-binds.bbappend @@ -0,0 +1,4 @@ + +VOLATILE_BINDS += "\ + /storage/home/root /home/root\ +"