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
b67b6d6b
Commit
b67b6d6b
authored
11 months ago
by
Rocky Automation
Browse files
Options
Downloads
Patches
Plain Diff
import grubby-8.40-64.el9
parent
42735d7e
No related branches found
Branches containing commit
Tags
imports/r9-beta/netavark-1.7.0-1.el9
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.grubby.checksum
+1
-0
1 addition, 0 deletions
.grubby.checksum
.grubby.metadata
+1
-1
1 addition, 1 deletion
.grubby.metadata
SOURCES/grubby-bls
+1
-1
1 addition, 1 deletion
SOURCES/grubby-bls
SPECS/grubby.spec
+5
-1
5 additions, 1 deletion
SPECS/grubby.spec
with
8 additions
and
3 deletions
.grubby.checksum
0 → 100644
+
1
−
0
View file @
b67b6d6b
4f379bba6e7d145c5c68b0c7f7147052f13e6ff234ae2a3a5068c6d793052df9
This diff is collapsed.
Click to expand it.
.grubby.metadata
+
1
−
1
View file @
b67b6d6b
97
a
e8
d113b74538c05f05083dcff4f44012fd0cd
SOURCES/8.40-1.tar.gz
85f1c678484f74c8
97
8
e8
643451594967defce463a86c35cb1ee56d12767a9df
SOURCES/8.40-1.tar.gz
This diff is collapsed.
Click to expand it.
SOURCES/grubby-bls
+
1
−
1
View file @
b67b6d6b
...
@@ -500,7 +500,7 @@ update_bls_fragment() {
...
@@ -500,7 +500,7 @@ update_bls_fragment() {
if
[[
-n
$old_args
]]
;
then
if
[[
-n
$old_args
]]
;
then
opts
=
"
$(
update_args
"
${
old_args
}
"
"
${
remove_args
}
"
"
${
add_args
}
"
)
"
opts
=
"
$(
update_args
"
${
old_args
}
"
"
${
remove_args
}
"
"
${
add_args
}
"
)
"
opts
=
"
$(
echo
"
$opts
"
|
sed
-e
's/\//\\\//g'
)
"
opts
=
"
$(
echo
"
$opts
"
|
sed
-e
's/\//\\\//g'
)
"
sed
-i
-e
"s/^GRUB_CMDLINE_LINUX.*/GRUB_CMDLINE_LINUX=
\\\"
${
opts
}
\\\"
/"
"
${
grub_etc_default
}
"
sed
-i
-e
"s/^GRUB_CMDLINE_LINUX
=
.*/GRUB_CMDLINE_LINUX=
\\\"
${
opts
}
\\\"
/"
"
${
grub_etc_default
}
"
fi
fi
fi
fi
...
...
This diff is collapsed.
Click to expand it.
SPECS/grubby.spec
+
5
−
1
View file @
b67b6d6b
Name: grubby
Name: grubby
Version: 8.40
Version: 8.40
Release: 6
3
%{?dist}
Release: 6
4
%{?dist}
Summary: Command line tool for updating bootloader configs
Summary: Command line tool for updating bootloader configs
License: GPLv2+
License: GPLv2+
URL: https://github.com/rhinstaller/grubby
URL: https://github.com/rhinstaller/grubby
...
@@ -131,6 +131,10 @@ current boot environment.
...
@@ -131,6 +131,10 @@ current boot environment.
%{_mandir}/man8/*.8*
%{_mandir}/man8/*.8*
%changelog
%changelog
* Wed Jan 10 2024 Marta Lewandowska <mlewando@redhat.com> - 8.40-64
- Do not overwrite all vars that start with GRUB_CMDLINE_LINUX
- Resolves: #RHEL-21301
* Tue Feb 21 2023 Marta Lewandowska <mlewando@redhat.com> - 8.40-63
* Tue Feb 21 2023 Marta Lewandowska <mlewando@redhat.com> - 8.40-63
- remove root= when not copying default
- remove root= when not copying default
- Resolves: #2127453
- Resolves: #2127453
...
...
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