Lines Matching refs:root
52 local root = os.getenv("NUAGE_FAKE_ROOTDIR")
53 if not root then
54 root = ""
56 local hostnamepath = root .. "/etc/rc.conf.d/hostname"
87 local root = os.getenv("NUAGE_FAKE_ROOTDIR")
89 if root then
90 cmd = cmd .. "-R " .. root .. " "
130 if root then
131 cmd = cmd .. "-R " .. root .. " "
145 if root then
146 cmd = cmd .. "-R " .. root .. " "
159 local root = os.getenv("NUAGE_FAKE_ROOTDIR")
161 if root then
162 cmd = cmd .. "-R " .. root .. " "
176 if root then
177 cmd = cmd .. "-R " .. root .. " "
192 local root = os.getenv("NUAGE_FAKE_ROOTDIR")
193 if root then
194 homedir = root .. "/" .. homedir