diff options
| author | Jonathan Bauer | 2019-06-12 17:29:51 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2019-06-12 17:29:51 +0200 |
| commit | abf1aedd090b8b1aa2dd211f9a91f1825459c0ad (patch) | |
| tree | fa3e790bf0dfa46ab43fb797c602814d7f645b3d | |
| parent | set SLX_SYSTEM_PARTITION_IDENTIFIER to 'SLX_SYS' (diff) | |
| download | systemd-init-abf1aedd090b8b1aa2dd211f9a91f1825459c0ad.tar.gz systemd-init-abf1aedd090b8b1aa2dd211f9a91f1825459c0ad.tar.xz systemd-init-abf1aedd090b8b1aa2dd211f9a91f1825459c0ad.zip | |
[slx-uuid] save uuid under /etc in stage4
| -rw-r--r-- | builder/modules.d/slx-uuid/scripts/copy-system-uuid-to-newroot.sh | 2 |
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 |
