shorten message

This commit is contained in:
Tobias Powalowski 2023-10-03 18:40:37 +02:00
parent 7ed77401f3
commit d69f51e7df

View file

@ -256,7 +256,7 @@ _unify_gpt_partitions() {
# --> 62: hide all partitions, Windows cannot access any files on this ISO
# Windows will now only error on 1 drive and not on all partitions
# --> 63: disable freedesktop/systemd automount by default on this ISO
echo "Creating reproducible GUID, UUIDs, hide partitions and disable automount on ${_IMAGENAME}.iso GPT..."
echo "Creating reproducible GUID, UUIDs, hide partitions and disable automount on ISO GPT..."
sgdisk -U 00000000-0000-0000-0000-0000-000000000000 "${_IMAGENAME}.iso" &>"${_NO_LOG}"
for i in 1 2 3 4; do
sgdisk -A ${i}:set:62 -A ${i}:set:63 -u ${i}:${i}0000000-0000-0000-0000-0000-000000000000 "${_IMAGENAME}.iso" &>"${_NO_LOG}"