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

Merge pull request #2275 from junxiawang/1206litfile

modify litefile for rhels6.8 statelite issue for ntp
This commit is contained in:
yangsong 2016-12-06 17:44:19 +08:00 committed by GitHub
commit e9d94289aa

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