Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dorota Czaplejewicz
librem5-devkit-tools
Commits
76063e02
Commit
76063e02
authored
Jan 05, 2019
by
Dorota Czaplejewicz
Browse files
Include kernel version in image filename
parent
5023c1c4
Pipeline
#3307
passed with stage
in 2 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
etc/kernel/postinst.d/update-Image
View file @
76063e02
...
...
@@ -8,5 +8,6 @@ abi="$1"
_vmlinuz
=
"
${
2
:-
/boot/vmlinuz-
$abi
}
"
gunzip
-c
"
${
_vmlinuz
}
"
>
/boot/Image.tmp
mv
-f
/boot/Image.tmp /boot/Image
mv
-f
/boot/Image.tmp /boot/Image-
"
${
abi
}
"
ln
-sf
Image-
"
${
abi
}
"
/boot/Image
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment