BuildSystem: Don't hardcode partition UUID

That was dumb :D I can just read the UUID parted assigned...
This commit is contained in:
2024-11-21 20:37:42 +02:00
parent 865061b492
commit 15c55b8c7d
6 changed files with 53 additions and 48 deletions

View File

@@ -1,2 +1,5 @@
insmod part_gpt
configfile (hd0,gpt2)/boot/grub/grub.cfg
insmod search_fs_uuid
search --no-floppy --fs-uuid --set=root <ROOT_FS>
configfile /boot/grub/grub.cfg

View File

@@ -1,5 +1,7 @@
insmod part_gpt
set root=(hd0,gpt2)
insmod search_fs_uuid
search --no-floppy --fs-uuid --set=root <ROOT_FS>
insmod all_video