diff options
Diffstat (limited to 'lua_scripts/pathmaps/emulate/00_default.lua')
-rw-r--r-- | lua_scripts/pathmaps/emulate/00_default.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua_scripts/pathmaps/emulate/00_default.lua b/lua_scripts/pathmaps/emulate/00_default.lua index 250c3f4..3e6d336 100644 --- a/lua_scripts/pathmaps/emulate/00_default.lua +++ b/lua_scripts/pathmaps/emulate/00_default.lua @@ -84,7 +84,8 @@ mapall_chain = { -- {prefix = "/dev", use_orig_path = true}, - {dir = "/proc", custom_map_funct = sb2_procfs_mapper}, + {dir = "/proc", custom_map_funct = sb2_procfs_mapper, + virtual_path = true}, {prefix = "/sys", use_orig_path = true}, {prefix = sbox_dir .. "/share/scratchbox2", |