2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00

fix autotest statelite case failure

This commit is contained in:
bybai 2017-06-14 23:17:11 -04:00
parent a4f46b585b
commit eeda12c265

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