Re: Modprobe as script breaks initramfs kernel?

2007-02-22 Thread Deepak Saxena
On Feb 22 2007, at 19:44, Jan Engelhardt was caught saying: > > On Feb 22 2007 14:30, Michael Tokarev wrote: > >Deepak Saxena wrote: > >> We attempted an experiment in cleaning up some modprobe messages during > >> initramfs bootup when the modules directory is missing by moving modprobe > >> to

Re: Modprobe as script breaks initramfs kernel?

2007-02-22 Thread Michael Tokarev
Jan Engelhardt wrote: > On Feb 22 2007 14:30, Michael Tokarev wrote: >> Deepak Saxena wrote: >>> We attempted an experiment in cleaning up some modprobe messages during >>> initramfs bootup when the modules directory is missing by moving modprobe >>> to modprobe-bin and replacing modprobe with th

Re: Modprobe as script breaks initramfs kernel?

2007-02-22 Thread Jan Engelhardt
On Feb 22 2007 14:30, Michael Tokarev wrote: >Deepak Saxena wrote: >> We attempted an experiment in cleaning up some modprobe messages during >> initramfs bootup when the modules directory is missing by moving modprobe >> to modprobe-bin and replacing modprobe with the following simple shell >>

Re: Modprobe as script breaks initramfs kernel?

2007-02-22 Thread Michael Tokarev
Deepak Saxena wrote: > We attempted an experiment in cleaning up some modprobe messages during > initramfs bootup when the modules directory is missing by moving modprobe > to modprobe-bin and replacing modprobe with the following simple shell script: > > #!/bin/sh > # Clean up bootup when modul

Modprobe as script breaks initramfs kernel?

2007-02-21 Thread Deepak Saxena
We attempted an experiment in cleaning up some modprobe messages during initramfs bootup when the modules directory is missing by moving modprobe to modprobe-bin and replacing modprobe with the following simple shell script: #!/bin/sh # Clean up bootup when modules are not present if [ -e "/li