diff --git a/docs/source/guides/admin-guides/manage_clusters/ppc64le/statelite/config_statelite.rst b/docs/source/guides/admin-guides/manage_clusters/ppc64le/statelite/config_statelite.rst index bdb243214..ce44725f0 100644 --- a/docs/source/guides/admin-guides/manage_clusters/ppc64le/statelite/config_statelite.rst +++ b/docs/source/guides/admin-guides/manage_clusters/ppc64le/statelite/config_statelite.rst @@ -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 -------------- diff --git a/xCAT-test/autotest/testcase/installation/litefile_sles.csv b/xCAT-test/autotest/testcase/installation/litefile_sles.csv index e4a30153b..b3ade0407 100644 --- a/xCAT-test/autotest/testcase/installation/litefile_sles.csv +++ b/xCAT-test/autotest/testcase/installation/litefile_sles.csv @@ -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",,