diff options
| author | Christian Rößler | 2013-09-18 15:48:44 +0200 |
|---|---|---|
| committer | Christian Rößler | 2013-09-18 15:48:44 +0200 |
| commit | 8f35360d250b77d8a88519832a9e87cadf7246ca (patch) | |
| tree | c586397a1ded0ffba4b70de893a4cb9d5e59f278 /remote/setup_target | |
| parent | [blacklists] Modifications for accounts-daemon.service (diff) | |
| parent | ...better yet, make it optional (diff) | |
| download | tm-scripts-8f35360d250b77d8a88519832a9e87cadf7246ca.tar.gz tm-scripts-8f35360d250b77d8a88519832a9e87cadf7246ca.tar.xz tm-scripts-8f35360d250b77d8a88519832a9e87cadf7246ca.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/setup_target')
| -rwxr-xr-x | remote/setup_target | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/remote/setup_target b/remote/setup_target index 04af2158..00a182f3 100755 --- a/remote/setup_target +++ b/remote/setup_target @@ -358,13 +358,12 @@ process_module() { post_process_target() { local TOOL_STR="$TOOL_STR post_process_target:" - # move systemd files from /lib to /etc/lib - pinfo "move systemd files from /lib/systemd to /etc/systemd" if [ -d "${TARGET_BUILD_DIR}/lib/systemd" ]; then - cd "${TARGET_BUILD_DIR}/lib" - tarcopy "systemd" "${TARGET_BUILD_DIR}/etc" - cd - &> /dev/null - rm -r "${TARGET_BUILD_DIR}/lib/systemd" + pwarning "/lib/systemd exists in the generated target. It is not advisable to fetch existing" + pwarning "systemd service files from the template system, as it might conflict with generated" + pwarning "ones. In fact, some systems don't even use systemd so there might be no existing" + pwarning "service files. Please generate your own service file and place it in /etc/systemd." + pwarning "All files in /lib/systemd will be ignored." fi # figure out all relevant ld-paths |
