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
2
Issues
2
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
c08e6104
Commit
c08e6104
authored
Aug 07, 2023
by
Anton Midyukov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
e2k: fix 40-e2k-boot-conf for build ve
parent
bf975899
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
40-e2k-boot-conf
features.in/e2k/image-scripts.d/40-e2k-boot-conf
+4
-2
No files found.
features.in/e2k/image-scripts.d/40-e2k-boot-conf
View file @
c08e6104
...
...
@@ -9,8 +9,10 @@ KVERSIONS="$(rpm -qa 'kernel-image*' \
|
sort
-n
\
|
cut
-f
2
-d
' '
\
|
sed
's/kernel-image-//'
)
"
[
-n
"
$KVERSIONS
"
]
||
{
echo
"** unable to deduce kernel version"
>
&2
;
exit
1
;
}
[
-n
"
$KVERSIONS
"
]
||
{
echo
"40-e2k-boot-conf: kernel image missing, exiting"
>
&2
exit
0
}
cd
/boot
...
...
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