Age | Commit message (Collapse) | Author | Files |
|
miniscule errors.
* It makes *completely* no sense to just fail the udev script on first error
and continue boot further. Either it should try to ignore them, or halt system
boot. Otherwise, system in weird, semi-working state will emerge, without anu
notices of such state.
* This script for example fails on mount --bind and mount --move, which busybox
1.2.1 doesn't appear to handle correctly.
|
|
* Like ramdisk the stupid script spit tens of megabytes to a "device",
without checking if it exists.
* Generall, /dev should contains only devices, typical size - tens of Kb.
|
|
EV_KEY support
|
|
udev: remove 084 and 089, but keep 092 which seems to be pretty solid
|
|
to create UART devices for s3c24XX CPUs.
|
|
|
|
script
|
|
- drop support for kernels <2.6.15, udevsynthesize replaced by udevtrigger
- split out libvolume_id into its own package
- I set PKG_libvolume-id-dev="libvolume-id-dev" because otherwise
libvolume-id-dev would be renamed to libvolume-id0, too.
- DEFAULT_PREFERENCE="-1", it's not run-time tested yet.
|