Skip to content

Commit

Permalink
DLPX-86909 [Forward port of DLPX-86902] failed to upgrade from 13.0.0…
Browse files Browse the repository at this point in the history
….0 to 14.0.0.0 because engine should allow deferred (#448)
  • Loading branch information
Prakash Surya authored Jul 12, 2023
1 parent 67f4d94 commit c76459f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions files/common/etc/kernel/postinst.d/update-notifier
8 changes: 8 additions & 0 deletions files/common/usr/share/update-notifier/notify-reboot-required
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh

if [ "$0" = "/etc/kernel/postinst.d/update-notifier" ]; then
DPKG_MAINTSCRIPT_PACKAGE=linux-base
fi

echo "*** System restart required ***" >/var/run/reboot-required
echo "$DPKG_MAINTSCRIPT_PACKAGE" >>/var/run/reboot-required.pkgs

0 comments on commit c76459f

Please sign in to comment.