2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

fix bug #2232, support ntp in statelite

This commit is contained in:
litingt@cn.ibm.com 2016-12-21 02:57:21 -05:00
parent cd594e0fe8
commit 3dfc10f1c5

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