[Bug 401732] New: kiwi don't recognize removable usb-stick
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.
https://bugzilla.novell.com/show_bug.cgi?id=401732 User mzugec@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=401732#c1 --- Comment #1 from Michal Zugec <mzugec@novell.com> 2008-06-19 07:08:58 MDT --- kiwi version v2.38 SVN: Revision: 1311 -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=401732 User ms@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=401732#c2 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Marcus Schaefer <ms@novell.com> 2008-06-19 07:29:28 MDT --- this has already been fixed but coolo refused to have the patch in suse 11.0. ------------------------------------------------------------------- Mon Jun 9 11:11:53 CEST 2008 - ms@suse.de - fixed getRemovableUSBStorageDevices function to work on SUSE 11.0 due to /sys layer changes (bnc #398513) so I can only ask you to use the OBS version thanks -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=401732 User vaitraer@guerrillamail.com added comment https://bugzilla.novell.com/show_bug.cgi?id=401732#c3 --- Comment #3 from vfxvxfv fxbgbgfbgfb <vaitraer@guerrillamail.com> 2008-09-16 17:25:35 MDT --- note to end users: download newer kiwi version from here: http://download.opensuse.org/repositories/openSUSE:/Tools/openSUSE_11.0/i586... (dev's sorry and ignore this message) -- 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.
participants (1)
-
bugzilla_noreply@novell.com