usb-creator package should depend on mtools
Bug #296093 reported by
Michael Lazarev
This bug report is a duplicate of:
Bug #295212: Missing dependency on mtools causes hang on "Starting Up".
Edit
Remove
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
usb-creator (Baltix) |
New
|
Undecided
|
Unassigned | ||
usb-creator (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: usb-creator
It is not enough for usb-creator package to depend on syslinux.
syslinux package only recommends mtools.
But without mtools installed, usb-creator will just hang.
The reason is when usb-creator makes a call to syslinux, the latter fails with exit code 1
and the message "sh: mcopy: not found". It needs mcopy from mtools.
--------------
How to reproduce: remove mtools and try to make a bootable USB.
Related branches
description: | updated |
Changed in usb-creator: | |
status: | New → Fix Committed |
To post a comment you must log in.
When and where was a fix for this issue committed? usb-creator 0.1.11 in jaunty still does not depend on mtools.