Intro
---------------
SoftUSB is intended to mount filesystem from external usb storage.
The solution has the following advantages:
+ You can plug your usb-storage in any socket on Kathrein
+ You can plug any number of other storages at the same time
+ You can edit the whole file system
+ The use of pivot_root insted of chroot
+ SoftUSB starts before any other script is executed, so you have full control of the system

If expected usb-storage is not found it will continue booting from flash memory.
As for now it wont work with internal hard-disk as root file system.

Mini HOW-TO
---------------
+ Flash Kathrein with t4ndeta-root.img
+ Partition your usb-storage with fdisk or similar tool.
  You will need at least ext2/ext3 partition and additionaly swap partition.
  I suggest to label (tune2fs) partitions, so you will easily identify them in pvrmain.
+ At this point you will need another usb-device or another partition to store image files.
+ Change current directory (cd) to directory with image files
+ Run script /home/softusb/mkusbconf.sh to configure SoftUSB
+ Run script /home/softusb/install.sh to format partirions and install image to partition
+ Have fun :)

Change-log
---------------
+ 30 Mar 2008
  Initial release
  
+ 12 Apr 2008
  - Added install.sh
  - Fixed bugs in mkusbconf.sh
  - Added fsck support  
  
Contact
---------------
Feel free to contact me if you feel like it
wiktor.stasiak@gmail.com


t4ndeta-root.img   - modified PKT image root
README		   - this file