diff --git a/src/create_disk.sh b/src/create_disk.sh index 43cebe8bcd..6a2f0110d3 100755 --- a/src/create_disk.sh +++ b/src/create_disk.sh @@ -14,6 +14,10 @@ set -euo pipefail # on firstboot: # https://github.com/coreos/ignition-dracut/blob/6136be3d9d38d7926a61cd4d1b4ba5f9baf0892f/dracut/30ignition/coreos-gpt-setup.sh#L7 uninitialized_gpt_uuid="00000000-0000-4000-a000-000000000001" +# These UUIDs should be changed by code in fedora-coreos-config on firstboot, see +# https://github.com/coreos/fedora-coreos-tracker/issues/465 +bootfs_uuid="96d15588-3596-4b3c-adca-a2ff7279ea63" +rootfs_uuid="910678ff-f77e-4a7d-8d53-86f2ac47a823" usage() { cat <