summaryrefslogtreecommitdiffstats
path: root/builder/modules.d/slx-uuid/scripts/copy-system-uuid-to-newroot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'builder/modules.d/slx-uuid/scripts/copy-system-uuid-to-newroot.sh')
-rw-r--r--builder/modules.d/slx-uuid/scripts/copy-system-uuid-to-newroot.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/builder/modules.d/slx-uuid/scripts/copy-system-uuid-to-newroot.sh b/builder/modules.d/slx-uuid/scripts/copy-system-uuid-to-newroot.sh
deleted file mode 100644
index 553109fb..00000000
--- a/builder/modules.d/slx-uuid/scripts/copy-system-uuid-to-newroot.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/usr/bin/env bash
-
-if [ -s "/run/system-uuid" ]; then
- cp "/run/system-uuid" "$NEWROOT/etc/system-uuid"
-fi
-true