https://bugzilla.novell.com/show_bug.cgi?id=401732 Summary: kiwi don't recognize removable usb-stick Product: openSUSE 11.1 Version: Alpha 0 Platform: Other OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Development AssignedTo: ms@novell.com ReportedBy: mzugec@novell.com QAContact: qa@suse.de Found By: --- When I try to install image to usb-stick, it ends with error message: "Couldn't find any removable USB storage devices" patch to fix that problem: diff KIWIBoot.pm old_KIWIBoot.pm 468,471c468 < my @bdevs = glob ($description."/*"); < $description.="/"; < $bdevs[0] =~ s/$description//; < $isremovable = $description."/".$bdevs[0]."/removable"; ---
my @bdevs = glob ($description);
472a470
$isremovable = $description."/".$bdevs[0]."/removable";
-- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.