2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-09 14:21:30 +00:00

Merge pull request #3263 from bybai/mh

Fix autotest statelite case failure
This commit is contained in:
junxiawang
2017-06-15 11:35:07 +08:00
committed by GitHub

View File

@ -4,6 +4,7 @@
"ALL","/etc/ntp.conf","tmpfs",,
"ALL","/etc/ntp.conf.org","tmpfs",,
"ALL","/etc/resolv.conf","tmpfs",,
"ALL","/etc/hostname","tmpfs",,
"ALL","/etc/ssh/","tmpfs",,
"ALL","/etc/sysconfig/","tmpfs",,
"ALL","/etc/syslog-ng/","tmpfs",,

1 #image file options comments disable
4 ALL /etc/ntp.conf tmpfs
5 ALL /etc/ntp.conf.org tmpfs
6 ALL /etc/resolv.conf tmpfs
7 ALL /etc/hostname tmpfs
8 ALL /etc/ssh/ tmpfs
9 ALL /etc/sysconfig/ tmpfs
10 ALL /etc/syslog-ng/ tmpfs