Revert "rc.d/mountlate: discard output from nextboot"

This reverts commit 4cea0cbcc9.

Requested by:   imp
This commit is contained in:
Robert Wing 2024-02-20 21:04:15 -09:00
parent 4cea0cbcc9
commit c7d5cc6f5e

View file

@ -39,7 +39,7 @@ mountlate_start()
# If we booted a special kernel remove the record
# so we will boot the default kernel next time.
if [ -x /sbin/nextboot ]; then
/sbin/nextboot -D > /dev/null 2>&1
/sbin/nextboot -D
fi
}