add litefile.csv for linux_statelite_installation

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10915 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
amy0701 2011-10-28 08:07:51 +00:00
parent 03618c5602
commit 1c8f5f5517

View File

@ -0,0 +1,19 @@
#image,file,options,comments,disable
"ALL","/etc/adjtime","tmpfs",,
"ALL","/etc/securetty","tmpfs",,
"ALL","/etc/lvm/","tmpfs",,
"ALL","/etc/ntp.conf","tmpfs",,
"ALL","/etc/rsyslog.conf","tmpfs",,
"ALL","/etc/rsyslog.conf.XCATORIG","tmpfs",,
"ALL","/etc/udev/","tmpfs",,
"ALL","/etc/ntp.conf.predhclient","tmpfs",,
"ALL","/etc/resolv.conf","tmpfs",,
"ALL","/etc/yp.conf","tmpfs",,
"ALL","/etc/resolv.conf.predhclient","tmpfs",,
"ALL","/etc/sysconfig/","tmpfs",,
"ALL","/etc/ssh/","tmpfs",,
"ALL","/tmp/","tmpfs",,
"ALL","/var/","tmpfs",,
"ALL","/opt/xcat/","tmpfs",,
"ALL","/xcatpost/","tmpfs",,
"ALL","/root/.ssh/","tmpfs",,
1 #image file options comments disable
2 ALL /etc/adjtime tmpfs
3 ALL /etc/securetty tmpfs
4 ALL /etc/lvm/ tmpfs
5 ALL /etc/ntp.conf tmpfs
6 ALL /etc/rsyslog.conf tmpfs
7 ALL /etc/rsyslog.conf.XCATORIG tmpfs
8 ALL /etc/udev/ tmpfs
9 ALL /etc/ntp.conf.predhclient tmpfs
10 ALL /etc/resolv.conf tmpfs
11 ALL /etc/yp.conf tmpfs
12 ALL /etc/resolv.conf.predhclient tmpfs
13 ALL /etc/sysconfig/ tmpfs
14 ALL /etc/ssh/ tmpfs
15 ALL /tmp/ tmpfs
16 ALL /var/ tmpfs
17 ALL /opt/xcat/ tmpfs
18 ALL /xcatpost/ tmpfs
19 ALL /root/.ssh/ tmpfs