Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
652bdd53
Commit
652bdd53
authored
May 27, 2025
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
grub: set fallback ROOT_UUID
The probe binary is missing from the signed grub efi image. Link:
https://bugzilla.altlinux.org/54496
parent
a183d6e0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
01defaults.cfg
features.in/grub/cfg.in/01defaults.cfg
+1
-0
generate.mk
features.in/grub/generate.mk
+1
-0
No files found.
features.in/grub/cfg.in/01defaults.cfg
View file @
652bdd53
...
...
@@ -7,6 +7,7 @@ if [ -n "$GRUB_TERMINAL" ]; then
fi
probe -u $root --set ROOT_UUID
if [ -z "$ROOT_UUID" ]; then set ROOT_UUID="@UUID_ISO@"; fi
export ROOT_UUID
insmod echo
...
...
features.in/grub/generate.mk
View file @
652bdd53
...
...
@@ -108,6 +108,7 @@ bootargs: clean
@sed -i "s,@stagename@,$(STAGE1_INITRD_STAGE2_OPTION),g" $(DSTCFGS)
@sed -i "s,@install2_init@,$(INSTALL2_INIT),g" $(DSTCFGS)
@sed -i "s,@LIVE_NAME@,$(LIVE_NAME),g" $(DSTCFGS)
@sed -i "s,@UUID_ISO@,$(UUID_ISO),g" $(DSTCFGS)
@if [ -n "$(GLOBAL_TTY_DEV)" ] && [ -n "$(GLOBAL_TTY_RATE)" ]; then \
sed -i "s,@serial_speed@,$(GLOBAL_TTY_RATE),g" $(DSTCFGS); \
SERIAL_UNIT="`echo $(GLOBAL_TTY_DEV) |sed -r 's,^[^0-9]+,,'`"; \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment