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:
@ -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
|
||||
--------------
|
||||
|
@ -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",,
|
||||
|
|
Reference in New Issue
Block a user