BuildSystem: Don't hardcode partition UUID
That was dumb :D I can just read the UUID parted assigned...
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user