diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-20 17:23:14 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-05-20 17:23:14 -0400 |
commit | a7059224ad29d8e6c7542df3a9220e37e908c6c2 (patch) | |
tree | a7161c2324958892641033e3787ceca773dbda06 /tools | |
parent | e85a3cc110b0ffc1cd346a4792b5afa614dd21dd (diff) | |
parent | a779d627190fa46f5858275910e5e46deef11c6d (diff) |
Merge branch 'notsystemd/postmove' into notsystemd/master
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/notsd-move | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/notsd-move b/tools/notsd-move index 4c4c916701..6e3ac40302 100755 --- a/tools/notsd-move +++ b/tools/notsd-move @@ -124,6 +124,8 @@ move_files() ( mv -t src/systemd-shutdown \ src/core/shutdown* \ src/core/umount* + mv -t src/systemd-machine-id-setup \ + src/core/machine-id-setup* mv -T src/{,lib}core mv -T src/{,libsystemd-}basic |