summaryrefslogtreecommitdiffstats
path: root/usbdisk_link
Commit message (Collapse)AuthorAgeFilesLines
* remove mdev stuff that moved to busybox-initscriptsNatanael Copa2009-06-111-34/+0
|
* mdev: look for FAT in device to create usbdisk linkNatanael Copa2009-06-041-2/+2
| | | | it seems like mkfs.vfat creates MBR signature
* mdev: create /dev/usbdisk symlink for usb disks without partitionsNatanael Copa2009-06-041-2/+14
|
* mdev: replace sd_links with usbdisk_linkNatanael Copa2009-03-271-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.