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
757e51f2
Commit
757e51f2
authored
1 year ago
by
livio
Committed by
Libreboot project
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Added hotkeys to "Other" menu entries but only on the most "fail-safe" ones
parent
34c84347
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config/grub/config/grub.cfg
+5
-5
5 additions, 5 deletions
config/grub/config/grub.cfg
with
5 additions
and
5 deletions
config/grub/config/grub.cfg
+
5
−
5
View file @
757e51f2
...
...
@@ -267,8 +267,8 @@ menuentry 'Load MemTest86+ [m]' --hotkey='m' {
}
fi
submenu
'Other'
{
menuentry
'Enable
default
serial
terminal
'
{
submenu
'Other
[z]
'
--hotkey
=
'z
'
{
menuentry
'Enable
default
serial
terminal
[s]
'
--hotkey
=
's'
{
serial
terminal_input
--append
serial
terminal_output
--append
serial
...
...
@@ -283,16 +283,16 @@ submenu 'Other' {
terminal_output
--append
gfxterm
terminal_output
--remove
vga_text
}
menuentry
'Disable
gfxterm
'
{
menuentry
'Disable
gfxterm
[g]
'
--hotkey
=
'g'
{
terminal_output
--remove
gfxterm
terminal_output
--append
vga_text
}
menuentry
'Enable
spkmodem'
{
menuentry
'Enable
spkmodem
[a]
'
--hotkey
=
'a
'
{
terminal_output
--append
spkmodem
}
menuentry
'Disable
spkmodem'
{
menuentry
'Disable
spkmodem
[z]
'
--hotkey
=
'z
'
{
terminal_output
--remove
spkmodem
}
}
\ No newline at end of file
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