2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-16 11:20:32 +00:00

modify litefile for ntp issue

This commit is contained in:
junxiawang
2016-12-02 09:07:04 -05:00
parent 0754d97607
commit 7c20f65fef

View File

@ -13,6 +13,8 @@
"ALL","/etc/resolv.conf.predhclient","tmpfs",,
"ALL","/etc/sysconfig/","tmpfs",,
"ALL","/etc/ssh/","tmpfs",,
"ALL","/etc/systemd/system/multi-user.target.wants/","tmpfs",,
"ALL","/usr/lib/systemd/system/ntpd.service","tmpfs",,
"ALL","/tmp/","tmpfs",,
"ALL","/var/","tmpfs",,
"ALL","/opt/xcat/","tmpfs",,

1 #image file options comments disable
13 ALL /etc/resolv.conf.predhclient tmpfs
14 ALL /etc/sysconfig/ tmpfs
15 ALL /etc/ssh/ tmpfs
16 ALL /etc/systemd/system/multi-user.target.wants/ tmpfs
17 ALL /usr/lib/systemd/system/ntpd.service tmpfs
18 ALL /tmp/ tmpfs
19 ALL /var/ tmpfs
20 ALL /opt/xcat/ tmpfs