summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index bad2d2f4..542a5b9c 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -94,6 +94,17 @@ case $HOSTNAME in
*) ;;
esac
+# ubuntu decided to change kernel perms in the middle of LTS…
+case $HOSTNAME in
+ codethink-sled*)
+ # fixup perms
+ sudo chmod +r /boot/vmlinuz-*
+ ;;
+ *) ;;
+esac
+
+
+
#
# set up users and groups
#