mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 14:11:07 +02:00
grub.cfg: Stop probing for UUID 0x01
This commit is contained in:
parent
08ce8054ca
commit
c832af024e
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user