Hi all
Just a question in a pen drive off 256 Mb is possible to install a img in multiboot?
There is any config files ready to 220, using a USB Hub ?
My idea in this is if is possible and if anyone try to put a hub in 220 and conected a HDD and Pen drive, or more??
And:
Warning : with USB interface, the devices are'nt available when extra_run is called : Let detectmmc and kernel time to create nodes (in force_mount)
Then is not possible to do this:
if [ -e "/dev/scsi/host0/bus0/target0/lun0/disc" ]; then
mount -t ext3 /dev/scsi/host0/bus0/target0/lun0/disc /mnt/usb/pen
if [ -e "/dev/scsi/host1/bus1/target1/lun1/disc" ]; then
mount -t ext3 /dev/scsi/host1/bus1/target1/lun1/disc /mnt/usb/hdd