Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove mdev stuff that moved to busybox-initscripts | Natanael Copa | 2009-06-11 | 1 | -34/+0 |
| | |||||
* | mdev: look for FAT in device to create usbdisk link | Natanael Copa | 2009-06-04 | 1 | -2/+2 |
| | | | | it seems like mkfs.vfat creates MBR signature | ||||
* | mdev: create /dev/usbdisk symlink for usb disks without partitions | Natanael Copa | 2009-06-04 | 1 | -2/+14 |
| | |||||
* | mdev: replace sd_links with usbdisk_link | Natanael Copa | 2009-03-27 | 1 | -0/+22 |
create only 1 link for the first usb disk attatched and name it /dev/usbdisk The advanced logic for /dev/usb[a-z][1-9] was not used really and there was a race condition that got triggered when things went faster. |