mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-13 06:32:14 +01:00
Merge pull request #82 from flatcar-linux/marga-kinvolk/uuid-disk
Stop probing for UUID 00000000-0000-0000-0000-000000000001 in GRUB
This commit is contained in:
commit
34f7e426f4
@ -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