I just tested the install process again by modifying iso-scan.postinst by
hand, switching disk for partition in the DEVS= statement and found that
it worked quite well to allow the installation to proceed smoothly.
Again, this made it work for me, but YMMV.
--- iso-scan.postinst 2007-06-13 05:08:07.000000000 -0700
+++ iso-scan.postinst.sam 2008-04-03 23:08:33.000000000 -0700
@@ -108,7 +108,7 @@
mkdir /hd-media 2>/dev/null || true
log "First pass: Look for ISOs near top-level of each filesystem."
-DEVS="$(list-devices disk; list-devices partition; list-devices
maybe-usb-floppy)"
+DEVS="$(list-devices partition; list-devices disk; list-devices
maybe-usb-floppy)"
# Repeat twice if necessary, to accompdate devices that need some
# time to initialise, like USB devices.
for i in 1 2; do
@@ -163,7 +163,7 @@
db_progress STOP
OLDDEVS="$DEVS"
- DEVS=$(list-devices disk; list-devices partition; list-devices
maybe-usb-floppy)
+ DEVS=$(list-devices partition; list-devices disk; list-devices
maybe-usb-floppy)
if [ "$OLDDEVS" != "$DEVS" ]; then
# Give USB time to settle, make sure all devices are seen
# this time though.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]