[Lunar-commits] r14729 - lunar-iso/trunk/initrd/template/sbin
Auke Kok
sofar at lunar-linux.org
Sun May 15 14:55:36 UTC 2005
Author: sofar
Date: 2005-05-15 14:55:35 +0000 (Sun, 15 May 2005)
New Revision: 14729
Modified:
lunar-iso/trunk/initrd/template/sbin/init
Log:
And to top it off, this blunder. AFAICS this completely
debugs the initrd. lets just hope ;^)
Modified: lunar-iso/trunk/initrd/template/sbin/init
===================================================================
--- lunar-iso/trunk/initrd/template/sbin/init 2005-05-15 14:36:36 UTC (rev 14728)
+++ lunar-iso/trunk/initrd/template/sbin/init 2005-05-15 14:55:35 UTC (rev 14729)
@@ -79,7 +79,7 @@
return
fi
if [ -f "$CHOICE" ]; then
- MODULE=`basename $MODULE | sed -e "s/\.o$//" -e "s/\.ko$//"`
+ MODULE=`basename $CHOICE | sed -e "s/\.o$//" -e "s/\.ko$//"`
PARAMETERS=`input_module_parameters` &&
modprobe $MODULE $PARAMETERS
sleep 2
More information about the Lunar-commits
mailing list