From 9efeb2c4888ba377a14ce1f2d9e5dd16790cc53d Mon Sep 17 00:00:00 2001 From: root Date: Sat, 14 Jun 2008 13:32:09 +0200 Subject: [PATCH 1/1] Changes does not have any effect --- src/install+setup/install/mountsource.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2