projects
/
people
/
pmueller
/
ipfire-2.x.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
6b9f1b8
)
Changes does not have any effect
author
root
<root@ikarus.homeip.net>
Sat, 14 Jun 2008 11:32:09 +0000
(13:32 +0200)
committer
root
<root@ikarus.homeip.net>
Sat, 14 Jun 2008 11:32:09 +0000
(13:32 +0200)
src/install+setup/install/mountsource.sh
patch
|
blob
|
blame
|
history
diff --git
a/src/install+setup/install/mountsource.sh
b/src/install+setup/install/mountsource.sh
index cb2e268c465721bd472dc6cd20e0d9482109de4f..04a5e44a43fb4a3c19507285abfbe92643651361 100644
(file)
--- 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