summaryrefslogtreecommitdiffstats
path: root/builder
diff options
context:
space:
mode:
authorJonathan Bauer2019-06-12 17:29:51 +0200
committerJonathan Bauer2019-06-12 17:29:51 +0200
commitabf1aedd090b8b1aa2dd211f9a91f1825459c0ad (patch)
treefa3e790bf0dfa46ab43fb797c602814d7f645b3d /builder
parentset SLX_SYSTEM_PARTITION_IDENTIFIER to 'SLX_SYS' (diff)
downloadsystemd-init-abf1aedd090b8b1aa2dd211f9a91f1825459c0ad.tar.gz
systemd-init-abf1aedd090b8b1aa2dd211f9a91f1825459c0ad.tar.xz
systemd-init-abf1aedd090b8b1aa2dd211f9a91f1825459c0ad.zip
[slx-uuid] save uuid under /etc in stage4
Diffstat (limited to 'builder')
-rw-r--r--builder/modules.d/slx-uuid/scripts/copy-system-uuid-to-newroot.sh2
1 files changed, 1 insertions, 1 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
index d73b0d94..553109fb 100644
--- 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
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
if [ -s "/run/system-uuid" ]; then
- cp "/run/system-uuid" "$NEWROOT/run/system-uuid"
+ cp "/run/system-uuid" "$NEWROOT/etc/system-uuid"
fi
true