未验证 提交 ef723a72 编写于 作者: 卢韬 提交者: Gitee

修改TMPDIR环境变量

Signed-off-by: N卢韬 <lutao31@huawei.com>
上级 92cd5645
...@@ -75,7 +75,8 @@ ...@@ -75,7 +75,8 @@
"chmod 0555 /sys/fs/pstore", "chmod 0555 /sys/fs/pstore",
"ifup lo", "ifup lo",
"hostname localhost", "hostname localhost",
"domainname localdomain" "domainname localdomain",
"export TMPDIR /data/local/tmp"
] ]
}, { }, {
"name" : "post-init", "name" : "post-init",
......
...@@ -61,7 +61,8 @@ ...@@ -61,7 +61,8 @@
"chmod 0660 /sys/power/state", "chmod 0660 /sys/power/state",
"ifup lo", "ifup lo",
"hostname localhost", "hostname localhost",
"domainname localdomain" "domainname localdomain",
"export TMPDIR /data/local/tmp"
] ]
}, { }, {
"name" : "post-init", "name" : "post-init",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册