Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mkimage-profiles
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
mkimage-profiles
Commits
f9caed04
Commit
f9caed04
authored
Mar 26, 2024
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
initrd-bootchain, initrd-propagator: use STAGE1_KFLAVOURS instead KFLAVOURS
The image and the installed system may have kernels with different KFLAVOUR.
parent
1bdd9b46
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
80-make-initrd-for-bootchain
...d-bootchain/stage1/scripts.d/80-make-initrd-for-bootchain
+1
-1
80-make-initrd-for-propagator
...propagator/stage1/scripts.d/80-make-initrd-for-propagator
+1
-1
No files found.
features.in/initrd-bootchain/stage1/scripts.d/80-make-initrd-for-bootchain
View file @
f9caed04
...
...
@@ -4,7 +4,7 @@
fatal
()
{
echo
"** error:
$@
"
>
&1
;
exit
1
;
}
kver
=
for
KFLAVOUR
in
$GLOBAL_KFLAVOURS
;
do
for
KFLAVOUR
in
$GLOBAL_
STAGE1_
KFLAVOURS
;
do
kver+
=
"
$(
rpm
-qa
'kernel-image*'
\
--qf
'%{version}-%{name}-%{release}\n'
\
|
grep
"
$KFLAVOUR
"
\
...
...
features.in/initrd-propagator/stage1/scripts.d/80-make-initrd-for-propagator
View file @
f9caed04
...
...
@@ -4,7 +4,7 @@
fatal
()
{
echo
"** error:
$@
"
>
&1
;
exit
1
;
}
kver
=
for
KFLAVOUR
in
$GLOBAL_KFLAVOURS
;
do
for
KFLAVOUR
in
$GLOBAL_
STAGE1_
KFLAVOURS
;
do
kver+
=
"
$(
rpm
-qa
'kernel-image*'
\
--qf
'%{version}-%{name}-%{release}\n'
\
|
grep
"
$KFLAVOUR
"
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment