This email list is read-only. Emails sent to this list will be discarded
----------------------------------
debian/changelog | 6 +++++-
platforms/common-yum/initramfs/usb | 1 +
2 files changed, 6 insertions(+), 1 deletions(-)
New commits:
commit b75da1bb4e4f92d282f7c2c230252dd7fda8daa5
Author: Prajwal Mohan <[EMAIL PROTECTED]>
Date: Thu Nov 6 16:21:33 2008 -0800
Fixing usb script
Diff in this email is a maximum of 400 lines.
diff --git a/debian/changelog b/debian/changelog
index 7138376..1002afc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
moblin-image-creator (0.48) gaston; urgency=low
+ [ Mitsutaka Amano ]
* Starting new version.
- -- Mitsutaka Amano <[EMAIL PROTECTED]> Wed, 05 Nov 2008 10:12:16 +0900
+ [ Prajwal Mohan ]
+ * Fixing usb script
+
+ -- Prajwal Mohan <[EMAIL PROTECTED]> Thu, 06 Nov 2008 16:21:09 -0800
moblin-image-creator (0.47) gaston; urgency=low
diff --git a/platforms/common-yum/initramfs/usb
b/platforms/common-yum/initramfs/usb
index 631376c..89feef1 100755
--- a/platforms/common-yum/initramfs/usb
+++ b/platforms/common-yum/initramfs/usb
@@ -20,6 +20,7 @@ mountroot ()
do
for device in 'sda' 'sdb' 'sdc' 'sdd'; do
echo "checking device /dev/${device} for installation source..."
+ mdev -s
if [ -e /sys/block/${device}/removable ]; then
if [ "$(cat /sys/block/${device}/removable)" = "1" ]; then
echo "Found Removable drive at /dev/${device}"
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits