On 8/12/07, Bruce Dubbs <[EMAIL PROTECTED]> wrote:
>
> Are there any last minute updates I need to make before sending the -rc2
> release announcement?

I just found something I'd like changed in the bootscripts. A while
back, I started removing 2>/dev/null redirection since it hides
messages for errors.

http://wiki.linuxfromscratch.org/lfs/changeset/8167

I just hit one I missed in checkfs. We currently have

fsck ${options} -a -A -C -T 2>/dev/null

Which conveniently hid the info the I had a LABEL wrong in fstab.
Instead I was dumped directly into "There's an unrecoverable error,
we're halting" and was really worried my disk was failing. Once I
commented out 2>/dev/null, it was clear what the problem was.

Does anyone have any objections if I remove the 2>/dev/null above and
regenerate the bootscripts?

--
Dan
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to