diff -Nru boot-repair-4ppa39/debian/changelog boot-repair-4ppa40/debian/changelog --- boot-repair-4ppa39/debian/changelog 2016-11-17 21:00:39.000000000 +0000 +++ boot-repair-4ppa40/debian/changelog 2016-11-18 01:13:27.000000000 +0000 @@ -1,4 +1,4 @@ -boot-repair (4ppa39) xenial; urgency=low +boot-repair (4ppa40) xenial; urgency=low * Sources creation diff -Nru boot-repair-4ppa39/usr/share/boot-sav/gui-actions-purge.sh boot-repair-4ppa40/usr/share/boot-sav/gui-actions-purge.sh --- boot-repair-4ppa39/usr/share/boot-sav/gui-actions-purge.sh 2016-11-17 21:17:06.000000000 +0000 +++ boot-repair-4ppa40/usr/share/boot-sav/gui-actions-purge.sh 2016-11-18 00:51:08.000000000 +0000 @@ -437,7 +437,7 @@ } then_type_this_linux_install_command() { -[[ "$GRUBPACKAGE" =~ signed ]] && KERNELTOREINST=signed || KERNELTOREINST="" +[[ "$GRUBPACKAGE" =~ signed ]] && KERNELTOREINST="-signed" || KERNELTOREINST="" #[[ -d "${BLKIDMNT_POINT[$REGRUB_PART]}/boot" ]] && echo "Regenerated ${BLKIDMNT_POINT[$REGRUB_PART]}/boot folder" echo "SET@_label0.set_text('''$Purge_and_reinstall_kernels ${LISTOFPARTITIONS[$REGRUB_PART]} (ins). $This_may_require_several_minutes''')" local COMMAND="${APTTYP[$USRPART]} ${INSTALLTYP[$USRPART]} ${YESTYP[$USRPART]} linux${KERNELTOREINST}-generic linux-headers-generic"