Skip to content

Commit

Permalink
* Changing fsets
Browse files Browse the repository at this point in the history
* Fixing usb script
  • Loading branch information
Prajwal Mohan committed Nov 26, 2008
1 parent 4fbd9aa commit 4219436
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 3 additions & 2 deletions debian/changelog
Expand Up @@ -18,9 +18,10 @@ moblin-image-creator (0.48) gaston; urgency=low
* Changing Nand cmd line * Changing Nand cmd line
* Changing USB script to accomodate booting through KVM/QEMU * Changing USB script to accomodate booting through KVM/QEMU
* Fixing bugs with yum group install * Fixing bugs with yum group install
* Changing fsets * Changing fsets
* Fixing usb script


-- Prajwal Mohan <prajwal@linux.intel.com> Tue, 25 Nov 2008 11:28:02 -0800 -- Prajwal Mohan <prajwal@linux.intel.com> Wed, 26 Nov 2008 11:20:55 -0800


moblin-image-creator (0.47) gaston; urgency=low moblin-image-creator (0.47) gaston; urgency=low


Expand Down
5 changes: 4 additions & 1 deletion platforms/common-yum/initramfs/usb
Expand Up @@ -45,6 +45,9 @@ mountroot ()
/bin/sleep 5 /bin/sleep 5
echo "Sleeping finished" echo "Sleeping finished"
done done
if [ "$found" = "yes" ]; then
break;
fi
echo "Trying non-removable drives" echo "Trying non-removable drives"
/bin/sleep 5 /bin/sleep 5
for device in 'sda' 'sdb' 'sdc' 'sdd'; do for device in 'sda' 'sdb' 'sdc' 'sdd'; do
Expand All @@ -68,7 +71,7 @@ mountroot ()


mount -o rw /dev/${device} /container 2> /dev/null mount -o rw /dev/${device} /container 2> /dev/null
while [ ! -e "/container/rootfs.img" ]; do while [ ! -e "/container/rootfs.img" ]; do
/bin/sleep 0.5 /bin/sleep 1
mount -o rw /dev/${device} /container 2> /dev/null mount -o rw /dev/${device} /container 2> /dev/null
done done


Expand Down

0 comments on commit 4219436

Please sign in to comment.