Skip to content

Commit fc74543

Browse files
committed
setup.sh: adjust old removable kernel version
Signed-off-by: Florian La Roche <Florian.LaRoche@gmail.com>
1 parent 6fcf47c commit fc74543

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vmdb2-debian/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1307,8 +1307,8 @@ if test "X$DEMOSETUP" = X1 ; then
13071307
config_git_default
13081308
fi
13091309
# Remove old Linux kernel:
1310-
if test -d /lib/modules/6.1.0-27-amd64 ; then
1311-
dpkg -P linux-image-6.1.0-27-amd64
1310+
if test -d /lib/modules/6.1.0-29-amd64 ; then
1311+
dpkg -P linux-image-6.1.0-29-amd64
13121312
fi
13131313
# Set new hostname:
13141314
#echo debian01 > /etc/hostname

0 commit comments

Comments
 (0)