add /etc/inittab depending on doc in sourceforce

This commit is contained in:
huweihua 2014-11-26 02:36:13 -05:00
parent d9e87410d4
commit f9430e7364
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#image,file,options,comments,disable
"ALL","/etc/adjtime","tmpfs",,
"ALL","/etc/securetty","tmpfs",,
"ALL","/etc/inittab","tmpfs",,
"ALL","/etc/lvm/","tmpfs",,
"ALL","/etc/ntp.conf","tmpfs",,
"ALL","/etc/rsyslog.conf","tmpfs",,

1 #image file options comments disable
2 ALL /etc/adjtime tmpfs
3 ALL /etc/securetty tmpfs
4 ALL /etc/inittab tmpfs
5 ALL /etc/lvm/ tmpfs
6 ALL /etc/ntp.conf tmpfs
7 ALL /etc/rsyslog.conf tmpfs

View File

@ -1,5 +1,6 @@
#image,file,options,comments,disable
"ALL","/etc/lvm/","tmpfs",,
"ALL","/etc/inittab","tmpfs",,
"ALL","/etc/ntp.conf","tmpfs",,
"ALL","/etc/ntp.conf.org","tmpfs",,
"ALL","/etc/resolv.conf","tmpfs",,

1 #image file options comments disable
2 ALL /etc/lvm/ tmpfs
3 ALL /etc/inittab tmpfs
4 ALL /etc/ntp.conf tmpfs
5 ALL /etc/ntp.conf.org tmpfs
6 ALL /etc/resolv.conf tmpfs