X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=hooks%2Fkernel%2Fpostrm.d%2Fzz-runlilo;h=c85bc4ab407aa1d277f85b63978a42dca4c37656;hb=e05a6f05e7fce66ac7560e066d995c456073d29f;hp=671c16463110ab135a794118b97d85d6248def0c;hpb=f574e1127a225e2de2e77a6b9e46a65986789f1f;p=rrq%2Fmaintain_lilo.git diff --git a/hooks/kernel/postrm.d/zz-runlilo b/hooks/kernel/postrm.d/zz-runlilo index 671c164..c85bc4a 100644 --- a/hooks/kernel/postrm.d/zz-runlilo +++ b/hooks/kernel/postrm.d/zz-runlilo @@ -2,7 +2,7 @@ # # zz-runlilo - postrm script for modern kernel management # -# Copyright 2010 Joachim Wiedorn +# Copyright 2010-2014 Joachim Wiedorn # All rights reserved. # # Licensed under the terms contained in the file 'COPYING' @@ -24,10 +24,11 @@ case "$PAR" in ever|remove) # Run the boot loader installer + # and ignore error on degraded mdadm RAID1 if [ -f /sbin/lilo ]; then if [ -f /etc/lilo.conf ]; then # Do not abort kernel removal in case of error - lilo &2 || true + lilo -H &2 || true fi fi ;;