diff options
-rwxr-xr-x | update_jdn.sh | 11 |
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 # |