#2026: sed syntax error in /etc/rc.d/rcsysinit.d/S05modules
-------------------------+--------------------------------------------------
Reporter: ths | Owner: [email protected]
Type: defect | Status: new
Priority: normal | Milestone: 6.3
Component: Bootscripts | Version: SVN
Severity: normal | Resolution:
Keywords: |
-------------------------+--------------------------------------------------
Comment (by [EMAIL PROTECTED]):
The main things are:
* Remove the console loglevel handling. Should be handled globally for all
services.
* Remove the fd duplication. It's completely unnecessary. Just run the
loop as such:
{{{
while read module args
do
...
done < /etc/sysconfig/modules
}}}
* Don't suppress stderr on modprobe. There are other cases of this in our
bootscripts, too (see mountfs). I don't know why we'd want to silence
potentially critical errors during boot.
I'll attach what I use.
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/2026#comment:3>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page