Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
grubby
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
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
staging
rpms
grubby
Commits
42735d7e
Commit
42735d7e
authored
1 year ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import grubby-8.40-63.el9
parent
c7cc167f
No related branches found
Branches containing commit
Tags
imports/r9-beta/grubby-8.40-63.el9
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
SOURCES/grubby-bls
+3
-1
3 additions, 1 deletion
SOURCES/grubby-bls
SPECS/grubby.spec
+9
-1
9 additions, 1 deletion
SPECS/grubby.spec
with
12 additions
and
2 deletions
SOURCES/grubby-bls
+
3
−
1
View file @
42735d7e
...
...
@@ -833,7 +833,9 @@ if [[ -n $kernel ]]; then
opts
=
"
${
opts
}
${
args
}
"
fi
else
opts
=
"
${
args
}
"
opts
=
"
${
opts
}
${
args
}
"
remove_args
=
"
$kernelopts
"
update_args
"
${
opts
}
"
"
${
remove_args
}
"
""
fi
add_bls_fragment
"
${
kernel
}
"
"
${
title
}
"
"
${
opts
}
"
"
${
initrd
}
"
\
...
...
This diff is collapsed.
Click to expand it.
SPECS/grubby.spec
+
9
−
1
View file @
42735d7e
Name: grubby
Version: 8.40
Release: 6
1
%{?dist}
Release: 6
3
%{?dist}
Summary: Command line tool for updating bootloader configs
License: GPLv2+
URL: https://github.com/rhinstaller/grubby
...
...
@@ -131,6 +131,14 @@ current boot environment.
%{_mandir}/man8/*.8*
%changelog
* Tue Feb 21 2023 Marta Lewandowska <mlewando@redhat.com> - 8.40-63
- remove root= when not copying default
- Resolves: #2127453
* Wed Feb 15 2022 Robbie Harwood <rharwood@redhat.com> - 8.40-62
- Apply Marta's default args fix
- Resolves: #2127453
* Thu Aug 25 2022 Robbie Harwood <rharwood@redhat.com> - 8.40-61
- Sync args changes with 8.40-66.fc38
- Resolves: #1969362
...
...
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