This email list is read-only.  Emails sent to this list will be discarded
----------------------------------
 debian/changelog                   |    5 +++--
 platforms/common-yum/initramfs/usb |    5 ++++-
 2 files changed, 7 insertions(+), 3 deletions(-)

New commits:
commit 4219436ac8f346448bdaddb013227d9f93ee58bb
Author: Prajwal Mohan <[EMAIL PROTECTED]>
Date:   Wed Nov 26 11:21:07 2008 -0800

    * Changing fsets
    * Fixing usb script


Diff in this email is a maximum of 400 lines.
diff --git a/debian/changelog b/debian/changelog
index d4dce8e..9131114 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,9 +18,10 @@ moblin-image-creator (0.48) gaston; urgency=low
   * Changing Nand cmd line
   * Changing USB script to accomodate booting through KVM/QEMU
   * Fixing bugs with yum group install
-  * Changing fsets 
+  * Changing fsets
+  * Fixing usb script 
 
- -- Prajwal Mohan <[EMAIL PROTECTED]>  Tue, 25 Nov 2008 11:28:02 -0800
+ -- Prajwal Mohan <[EMAIL PROTECTED]>  Wed, 26 Nov 2008 11:20:55 -0800
 
 moblin-image-creator (0.47) gaston; urgency=low
 
diff --git a/platforms/common-yum/initramfs/usb 
b/platforms/common-yum/initramfs/usb
index 18dcb11..e13b546 100755
--- a/platforms/common-yum/initramfs/usb
+++ b/platforms/common-yum/initramfs/usb
@@ -45,6 +45,9 @@ mountroot ()
          /bin/sleep 5
          echo "Sleeping finished"
       done
+      if [ "$found" = "yes" ]; then
+         break;
+      fi
       echo "Trying non-removable drives"
       /bin/sleep 5
       for device in 'sda' 'sdb' 'sdc' 'sdd'; do
@@ -68,7 +71,7 @@ mountroot ()
 
     mount -o rw /dev/${device} /container 2> /dev/null
     while [ ! -e "/container/rootfs.img" ]; do
-       /bin/sleep 0.5
+       /bin/sleep 1
        mount -o rw /dev/${device} /container 2> /dev/null
     done
 
_______________________________________________
Commits mailing list
[email protected]
https://lists.moblin.org/mailman/listinfo/commits

Reply via email to