Skip to content

Commit 9688cbb

Browse files
systemvm: build 4.20.2 template with 'depmod -a' (apache#11128)
1 parent 61e74e0 commit 9688cbb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5151
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5252
<project.systemvm.template.location>https://download.cloudstack.org/systemvm</project.systemvm.template.location>
53-
<project.systemvm.template.version>4.20.1.0</project.systemvm.template.version>
53+
<project.systemvm.template.version>4.20.2.0</project.systemvm.template.version>
5454
<sonar.organization>apache</sonar.organization>
5555
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
5656

tools/appliance/systemvmtemplate/scripts/finalize.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ function zero_disk() {
6868
}
6969

7070
function finalize() {
71+
depmod -a
7172
configure_misc
7273
configure_rundisk_size
7374
configure_sudoers

0 commit comments

Comments
 (0)