Kernel angepasst.

Bootprozess bearbeitet.
Console vorlaeufig auf Deutsch eingestellt bis das Setup geht.


git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@358 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2006-12-08 12:41:21 +00:00
parent 231048413c
commit 65998e0a05
16 changed files with 106 additions and 1701 deletions

View File

@@ -3,8 +3,8 @@
echo "Probing for SCSI controllers"
MODULE=`/bin/kudzu -qps -t 30 -c SCSI | grep driver | cut -d ' ' -f 2 | sort | uniq`
if [ "$?" == "0" ]; then
echo $MODULE > /cntrldriver;
if [ "$MODULE" ]; then
echo $MODULE > /cntrldriver
echo "Your controller is: $MODULE"
exit 0
fi