summaryrefslogtreecommitdiff
path: root/lua_scripts/pathmaps/devel/00_default.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua_scripts/pathmaps/devel/00_default.lua')
-rw-r--r--lua_scripts/pathmaps/devel/00_default.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/lua_scripts/pathmaps/devel/00_default.lua b/lua_scripts/pathmaps/devel/00_default.lua
index 88288c5..5598a62 100644
--- a/lua_scripts/pathmaps/devel/00_default.lua
+++ b/lua_scripts/pathmaps/devel/00_default.lua
@@ -489,6 +489,8 @@ devel_mode_rules_etc = {
{prefix = "/etc/apt", map_to = target_root, readonly = true},
-- Files that must not be mapped:
+ {prefix = "/etc/resolvconf", use_orig_path = true,
+ readonly = true},
{prefix = "/etc/resolv.conf",
use_orig_path = true, readonly = true},
{path = "/etc/passwd",
@@ -506,6 +508,9 @@ devel_mode_rules_var = {
-- -----------------------------------------------
-- 80. /var/*
+ {prefix = "/var/run/resolvconf", use_orig_path = true,
+ readonly = true},
+
{prefix = "/var/run", map_to = session_dir},
-- files from package "xkbutils":