grub.cfg: Stop probing for UUID 0x01

This commit is contained in:
Marga Manterola 2020-07-17 11:19:23 +02:00
parent 08ce8054ca
commit c832af024e

View File

@ -73,13 +73,6 @@ if [ -f "($root)/coreos/first_boot" ]; then
set first_boot="flatcar.first_boot=detected"
fi
# Determine if the disk GUID needs to be randomized.
search --no-floppy --set randomize_disk_guid \
--disk-uuid 00000000-0000-0000-0000-000000000001
if [ -n "$randomize_disk_guid" ]; then
set randomize_disk_guid="flatcar.randomize_disk_guid=00000000-0000-0000-0000-000000000001"
fi
set oem=""
if [ -n "$oem_id" ]; then
set oem="flatcar.oem.id=$oem_id"