Mailinglist Archive: opensuse-bugs (16680 mails)
| < Previous | Next > |
[Bug 401732] New: kiwi don't recognize removable usb-stick
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 19 Jun 2008 07:08:18 -0600 (MDT)
- Message-id: <bug-401732-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
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@xxxxxxxxxx
ReportedBy: mzugec@xxxxxxxxxx
QAContact: qa@xxxxxxx
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";
---
--
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.
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@xxxxxxxxxx
ReportedBy: mzugec@xxxxxxxxxx
QAContact: qa@xxxxxxx
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.
| < Previous | Next > |