Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TARDIS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
osak
TARDIS
Commits
1389a131
Verified
Commit
1389a131
authored
2 years ago
by
Lars Frost
Browse files
Options
Downloads
Patches
Plain Diff
Fix and improve language selection in grub
parent
ee225f28
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
grub-cfg/grub.cfg
+1
-1
1 addition, 1 deletion
grub-cfg/grub.cfg
grub-cfg/kernels.cfg
+21
-18
21 additions, 18 deletions
grub-cfg/kernels.cfg
with
22 additions
and
19 deletions
grub-cfg/grub.cfg
+
1
−
1
View file @
1389a131
...
@@ -279,7 +279,7 @@ function boot_menu {
...
@@ -279,7 +279,7 @@ function boot_menu {
}
}
show_timezones
show_timezones
show_keymaps
show_keymaps
#
show_languages
show_languages
default
=
3
default
=
3
}
}
...
...
This diff is collapsed.
Click to expand it.
grub-cfg/kernels.cfg
+
21
−
18
View file @
1389a131
...
@@ -41,6 +41,7 @@ else
...
@@ -41,6 +41,7 @@ else
title
=
"$kopt"
;
title
=
"$kopt"
;
fi;
fi;
done
done
if
[ "x$def_bootlang" = "xde_DE" ]
; then
menuentry
"Mit
Open-Source
Treibern
starten"
--class
=
@DIST_NAME@.@ARCH@ "$title" {# set arguments above with the editor
menuentry
"Mit
Open-Source
Treibern
starten"
--class
=
@DIST_NAME@.@ARCH@ "$title" {# set arguments above with the editor
source
/boot/grub/locales/de_DE
source
/boot/grub/locales/de_DE
linux
/boot/vmlinuz-$2
driver
=
free nouveau.modeset=1 i915.modeset=1 radeon.modeset=1
linux
/boot/vmlinuz-$2
driver
=
free nouveau.modeset=1 i915.modeset=1 radeon.modeset=1
...
@@ -51,6 +52,7 @@ else
...
@@ -51,6 +52,7 @@ else
linux
/boot/vmlinuz-$2
driver
=
nonfree nouveau.modeset=0 i915.modeset=1 radeon.modeset=1
linux
/boot/vmlinuz-$2
driver
=
nonfree nouveau.modeset=0 i915.modeset=1 radeon.modeset=1
initrd
/boot/amd_ucode.img
/boot/intel_ucode.img
/boot/initramfs-@ARCH@.img
initrd
/boot/amd_ucode.img
/boot/intel_ucode.img
/boot/initramfs-@ARCH@.img
}
}
else
menuentry
"Boot
with
open
source
drivers"
--class
=
@DIST_NAME@.@ARCH@ "$title" {# set arguments above with the editor
menuentry
"Boot
with
open
source
drivers"
--class
=
@DIST_NAME@.@ARCH@ "$title" {# set arguments above with the editor
linux
/boot/vmlinuz-$2
driver
=
free nouveau.modeset=1 i915.modeset=1 radeon.modeset=1
linux
/boot/vmlinuz-$2
driver
=
free nouveau.modeset=1 i915.modeset=1 radeon.modeset=1
initrd
/boot/amd_ucode.img
/boot/intel_ucode.img
/boot/initramfs-@ARCH@.img
initrd
/boot/amd_ucode.img
/boot/intel_ucode.img
/boot/initramfs-@ARCH@.img
...
@@ -60,3 +62,4 @@ else
...
@@ -60,3 +62,4 @@ else
initrd
/boot/amd_ucode.img
/boot/intel_ucode.img
/boot/initramfs-@ARCH@.img
initrd
/boot/amd_ucode.img
/boot/intel_ucode.img
/boot/initramfs-@ARCH@.img
}
}
fi
fi
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