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

Merge pull request #2249 from junxiawang/1202

based on bug #2232 solution. Merge this cases update
This commit is contained in:
tingtli
2016-12-02 17:56:40 +08:00
committed by GitHub

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