Public bug reported:

Binary package hint: mountmedia

mountmedia 0.19ubuntu1 introduced a minor bug:

+  [ "$WANTDRIVER" ] && dir="$1 $1/firmware"
+  [ "WANTDRIVERINJECTIONDISK" ] && dir=$1/$(lsb_info 
DISTRIB_ID)-drivers/$(lsb_info DISTRIB_CODENAME)
+
+  if [ ! -z "$dir" ]; then

The line with WANTDRIVERINJECTIONDISK should use
"$WANTDRIVERINJECTIONDISK" (a variable, not a literal.)

This made mountmedia think it was always in driver injection floppy mode
([ "anything" ] evaluates to true), and would reject floppies that don't
have that data on it.

This breaks floppy preseeds!

** Affects: mountmedia (Ubuntu)
     Importance: Undecided
     Assignee: Colin Watson (cjwatson)
         Status: Fix Released

** Changed in: mountmedia (Ubuntu)
     Assignee: (unassigned) => Colin Watson (cjwatson)

-- 
"mountmedia floppy" minor typo in driver injection floppy support
https://bugs.launchpad.net/bugs/451536
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to