improve automatic updates
[distro-setup] / filesystem / usr / local / bin / myupgrade
index 664c2d2bd408e85e9952002cf1b117465650cf30..49197fb57c1fe7f7c3d2b4f0f6fc13844ba56cd9 100755 (executable)
@@ -84,6 +84,12 @@ case $hn in
     ;;
 esac
 
+case $hn in
+  sy)
+    /b/fai/config/distro-install-common/install-stable-kernel-debs
+    ;;
+esac
+
 
 # TODO: executed from cron, this doesnt sent an email when we reboot,
 # because rebooting from the script stops the ability to send email.