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

@@ -83,5 +83,5 @@ command_line_enter_msg:
command_line:
# 100 character command line
command_line_buffer:
.ascii "root=UUID=9C87D2AF-566A-4517-971A-57BA86EEA88D"
.ascii "root=/dev/sda2"
.skip 100 - (. - command_line_buffer)