#!/usr/bin/env bash if [ -s "/run/system-uuid" ]; then cp "/run/system-uuid" "$NEWROOT/etc/system-uuid" fi true