From: root Date: Sat, 14 Jun 2008 11:32:09 +0000 (+0200) Subject: Changes does not have any effect X-Git-Tag: v2.3-beta1~44 X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=commitdiff_plain;h=9efeb2c4888ba377a14ce1f2d9e5dd16790cc53d;hp=6b9f1b888458608580d3645c35b16ffa99af782a Changes does not have any effect --- diff --git a/src/install+setup/install/mountsource.sh b/src/install+setup/install/mountsource.sh index cb2e268c46..04a5e44a43 100644 --- a/src/install+setup/install/mountsource.sh +++ b/src/install+setup/install/mountsource.sh @@ -34,7 +34,7 @@ for DEVICE in $(kudzu -qps -t 30 -c CDROM | grep device: | cut -d ' ' -f 2 | sor done # scan HD device (usb sticks, etc.) -for DEVICE in $(kudzu -qps -t 30 -c HD -b SCSI | grep device: | cut -d ' ' -f 2 | sort | uniq); do +for DEVICE in $(kudzu -qps -t 30 -c HD | grep device: | cut -d ' ' -f 2 | sort | uniq); do mount /dev/${DEVICE}1 /cdrom 2> /dev/null if [ -n "$(ls /cdrom/ipfire-*.tbz2 2>/dev/null)" ]; then echo -n ${DEVICE}1 > /tmp/source_device