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
etersoft
eepm
Commits
0dcb8035
Commit
0dcb8035
authored
May 18, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
epm-kernel_update: small fix
parent
ed0303bd
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
epm-kernel_update
bin/epm-kernel_update
+2
-2
No files found.
bin/epm-kernel_update
View file @
0dcb8035
...
@@ -21,7 +21,7 @@ load_helper epm-check_updated_repo
...
@@ -21,7 +21,7 @@ load_helper epm-check_updated_repo
load_helper epm-sh-warmup
load_helper epm-sh-warmup
EFI
=
$(
a
=
""
bootctl
-p
2>/dev/null
)
EFI
=
$(
a
=
""
bootctl
-p
2>/dev/null
)
sdboot_loader_id
=
$(
a
=
""
bootctl status 2>/dev/null |
grep
-oP
'(?<=id: ).*'
)
sdboot_loader_id
=
$(
a
=
""
bootctl status 2>/dev/null |
grep
-oP
'(?<=id: ).*'
)
#'
if
[
-f
"
$EFI
/loader/entries/
$sdboot_loader_id
"
]
;
then
if
[
-f
"
$EFI
/loader/entries/
$sdboot_loader_id
"
]
;
then
entry_file
=
"
$EFI
/loader/entries/
$sdboot_loader_id
"
entry_file
=
"
$EFI
/loader/entries/
$sdboot_loader_id
"
...
@@ -155,7 +155,7 @@ check_run_kernel() {
...
@@ -155,7 +155,7 @@ check_run_kernel() {
echo
"The newest installed
${
USED_KFLAVOUR
}
kernel is running."
echo
"The newest installed
${
USED_KFLAVOUR
}
kernel is running."
return
0
return
0
else
else
echo
"The system has a newer
${
USED_KFLAVOUR
}
kernel."
echo
"The system has a newer
${
USED_KFLAVOUR
}
kernel.
You can reboot to run it.
"
return
1
return
1
fi
fi
}
}
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