2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-24 15:05:36 +00:00

fix 2762 setupntp and some genimage failure in sles12.2 statelite (#2771)

* fix 2762 postbootscript setupntp failure result in privision failed in sles12.2-ppc64le

* update statelite sles testcase litefile
This commit is contained in:
Yuan Bai
2017-03-29 16:51:15 +08:00
committed by yangsong
parent f2355b9e7b
commit 4625fa3039
2 changed files with 4 additions and 0 deletions

View File

@ -90,6 +90,8 @@ This is the minimal list of files needed, you can add additional files to the li
"ALL","/opt/xcat/","tmpfs",,
"ALL","/xcatpost/","tmpfs",,
"ALL","/root/.ssh/","tmpfs",,
"ALL","/etc/systemd/system/","tmpfs",,
"ALL","/etc/adjtime","tmpfs",,
litetree table
--------------

View File

@ -16,3 +16,5 @@
"ALL","/root/.ssh/","tmpfs",,
"ALL","/etc/init.d/rc3.d/","tmpfs",,
"ALL","/etc/init.d/rc5.d/","tmpfs",,
"ALL","/etc/systemd/system/","tmpfs",,
"ALL","/etc/adjtime","tmpfs",,

1 #image file options comments disable
16 ALL /root/.ssh/ tmpfs
17 ALL /etc/init.d/rc3.d/ tmpfs
18 ALL /etc/init.d/rc5.d/ tmpfs
19 ALL /etc/systemd/system/ tmpfs
20 ALL /etc/adjtime tmpfs