mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 03:07:43 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user