Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Libreboot build system
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Libreboot project
Libreboot build system
Commits
55447daa
Commit
55447daa
authored
1 year ago
by
livio
Committed by
Libreboot project
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Changed GRUB boot menu entry title
parent
3b66298e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/grub/config/grub.cfg
+2
-2
2 additions, 2 deletions
config/grub/config/grub.cfg
with
2 additions
and
2 deletions
config/grub/config/grub.cfg
+
2
−
2
View file @
55447daa
...
...
@@ -157,7 +157,7 @@ set grub_conf_names="osboot_ autoboot_ libreboot_ coreboot_"
# Creates a menuentry for GRUB. First argument is menu text without spaces then root and configfile
function
grub_menuentry
{
menuentry
${1}
${2}
${3}
{
menuentry
"Boot
GRUB
from
$1"
${1}
${2}
${3}
{
set
root
=
"${2}"
unset
superusers
configfile
${3}
...
...
@@ -171,7 +171,7 @@ function grub_create_menu {
if
[ -d /"${dir}"/ ]
; then
for
name
in
''
${grub_conf_names}
; do
if
[ -f /"${dir}"/"${name}"grub.cfg ]
; then
grub_menuentry
${1}:GRUB
${1}
/${dir}/${name}grub.cfg
grub_menuentry
${1}
/${dir}/${name}grub.cfg
fi
done
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment