Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lipck
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
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
lipck
Commits
042f3996
Commit
042f3996
authored
9 years ago
by
Christopher Spinrath
Browse files
Options
Downloads
Patches
Plain Diff
contrib: add early grub config
parent
e56404d1
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
contrib/image/grub_early.cfg
+9
-0
9 additions, 0 deletions
contrib/image/grub_early.cfg
with
9 additions
and
0 deletions
contrib/image/grub_early.cfg
0 → 100644
+
9
−
0
View file @
042f3996
if
[ -z "$prefix" -o ! -e "$prefix" ]
; then
if
!
search
--file
--set
=
root /.disk/info; then
search
--file
--set
=
root /.disk/mini-info
set
prefix
=
($root)/boot/grub
if
[ -e $prefix/x86_64-efi/grub.cfg ]
; then
source
$prefix/x86_64-efi/grub.cfg
else
source
$prefix/grub.cfg
/boot/grub
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