Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
Nurlan
eepm
Commits
b3dbaac8
Commit
b3dbaac8
authored
8 years ago
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kernel-update: add commend about needed version
parent
774fea82
master
3.32.0
3.29.0
3.28.5
3.27.0
3.26.10
3.23.0
3.22.3
3.22.2
3.22.1
3.21.8
3.19.4
3.18.6
3.17.3-alt1
3.17.0
3.16.1
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
epm-kernel_update
bin/epm-kernel_update
+5
-2
No files found.
bin/epm-kernel_update
View file @
b3dbaac8
...
...
@@ -28,8 +28,11 @@ epm_kernel_update()
info
"No installed kernel packages, skipping update"
return
fi
assure_exists update-kernel
sudocmd update-kernel
$pkg_filenames
#assure_exists update-kernel update-kernel 0.9.9
assure_exists update-kernel update-kernel
sudocmd update-kernel
$pkg_filenames
||
return
# TODO: need update-kernel >= 0.9.9 with correct remove-old-kernels
#sudocmd remove-old-kernels $pkg_filenames
return
;;
esac
...
...
This diff is collapsed.
Click to expand it.
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