X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;ds=sidebyside;f=debian%2Flilo.postinst;h=43116fbb3597b0556e1098d26c4394de917a74ef;hb=5bbd690184dba250c7e3d80c6cad42e261e180a1;hp=4ede5ea2da49c2c20966b119e5ec95267fb5bcf5;hpb=a2bbe53ac0e27b30183ebb7415c656ed0a34c22d;p=rrq%2Fmaintain_lilo.git diff --git a/debian/lilo.postinst b/debian/lilo.postinst index 4ede5ea..43116fb 100644 --- a/debian/lilo.postinst +++ b/debian/lilo.postinst @@ -36,7 +36,7 @@ case "$1" in # Check whether /boot is on another partition and mount it. See Bug#216250 if grep "[[:space:]]/boot[[:space:]]" /etc/fstab | grep -vq "^#"; then if ! grep -q "[[:space:]]/boot[[:space:]]" /etc/mtab ; then - mount /boot 2>&1 > /dev/null + mount /boot > /dev/null 2>&1 if [ $? -ne 0 ]; then echo