From df737674b36dc34b547498357e6027bbe9766717 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 27 Oct 2017 10:29:50 +0200 Subject: reproducible Debian: fixup perms on /boot/vmlinuz-* on arm64 Ubuntu nodes Signed-off-by: Holger Levsen --- update_jdn.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'update_jdn.sh') 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 # -- cgit v1.2.3-54-g00ecf