2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-30 09:36:41 +00:00

Merge pull request #2338 from tingtli/slescvs

fix bug #2232, support ntp in statelite
This commit is contained in:
Yuan Bai 2016-12-21 16:03:04 +08:00 committed by GitHub
commit a3b3d1bec7

View File

@ -14,3 +14,5 @@
"ALL","/opt/xcat/","tmpfs",,
"ALL","/xcatpost/","tmpfs",,
"ALL","/root/.ssh/","tmpfs",,
"ALL","/etc/init.d/rc3.d/","tmpfs",,
"ALL","/etc/init.d/rc5.d/","tmpfs",,

1 #image file options comments disable
14 ALL /opt/xcat/ tmpfs
15 ALL /xcatpost/ tmpfs
16 ALL /root/.ssh/ tmpfs
17 ALL /etc/init.d/rc3.d/ tmpfs
18 ALL /etc/init.d/rc5.d/ tmpfs