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

modify litefile for rhels6.8 statelite issue for ntp

This commit is contained in:
junxiawang 2016-12-06 08:54:19 -05:00
parent 403d808be4
commit 69c98a10a8

View File

@ -16,6 +16,11 @@
"ALL","/etc/systemd/system/multi-user.target.wants/","tmpfs",,
"ALL","/tmp/","tmpfs",,
"ALL","/var/","tmpfs",,
"ALL","/etc/ntp.conf.org","tmpfs",,
"ALL","/opt/xcat/","tmpfs",,
"ALL","/xcatpost/","tmpfs",,
"ALL","/root/.ssh/","tmpfs",,
"ALL","/etc/rc3.d/","tmpfs",,
"ALL","/etc/rc2.d/","tmpfs",,
"ALL","/etc/rc4.d/","tmpfs",,
"ALL","/etc/rc5.d/","tmpfs",,

1 #image file options comments disable
16 ALL /etc/systemd/system/multi-user.target.wants/ tmpfs
17 ALL /tmp/ tmpfs
18 ALL /var/ tmpfs
19 ALL /etc/ntp.conf.org tmpfs
20 ALL /opt/xcat/ tmpfs
21 ALL /xcatpost/ tmpfs
22 ALL /root/.ssh/ tmpfs
23 ALL /etc/rc3.d/ tmpfs
24 ALL /etc/rc2.d/ tmpfs
25 ALL /etc/rc4.d/ tmpfs
26 ALL /etc/rc5.d/ tmpfs