diff options
-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 |