X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;f=hooks%2Fkernel%2Fpostinst.d%2Fzz-runlilo;h=6fbd25585bfd49c1779d8d778e77bf16e151b4ca;hb=e05a6f05e7fce66ac7560e066d995c456073d29f;hp=f7c39b1d357400ec317c8f22a5812d2f3c0ad33b;hpb=23c77cc092dbbb1e12c47c2b0021d4476b543702;p=rrq%2Fmaintain_lilo.git diff --git a/hooks/kernel/postinst.d/zz-runlilo b/hooks/kernel/postinst.d/zz-runlilo index f7c39b1..6fbd255 100644 --- a/hooks/kernel/postinst.d/zz-runlilo +++ b/hooks/kernel/postinst.d/zz-runlilo @@ -2,7 +2,7 @@ # # zz-runlilo - postinst 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,9 +24,10 @@ case "$PAR" in ever|configure) # Run the boot loader installer + # and ignore error on degraded mdadm RAID1 if [ -f /sbin/lilo ]; then if [ -f /etc/lilo.conf ]; then - lilo &2 + lilo -H &2 else echo "Warning: Not updating LILO; /etc/lilo.conf not found!" >&2 fi