diff options
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-12-15 19:06:25 +0200 |
---|---|---|
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | 2007-12-15 19:06:25 +0200 |
commit | fd98ff924d71061a062b813cb784f83e4c89401f (patch) | |
tree | 8bd2e844900940bc401055e3d5a11d12c4fe628a /ubi-utils/tests/README.udev | |
parent | 7205454f401c2ca563ecdca87e254ee5d990bd00 (diff) |
ubi-utils: clean-up UBI tests
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Diffstat (limited to 'ubi-utils/tests/README.udev')
-rw-r--r-- | ubi-utils/tests/README.udev | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubi-utils/tests/README.udev b/ubi-utils/tests/README.udev index a4ff9c5..6c12277 100644 --- a/ubi-utils/tests/README.udev +++ b/ubi-utils/tests/README.udev @@ -4,7 +4,7 @@ tests fail because of this. The symptom is error messages like "cannot open /dev/ubi0_0". One possible solution of this problem is to pre-create UBI device and volume -nodes. there is even a script which may be used for this in ubi-utils/scripts/. +nodes. There is even a script which may be used for this in ubi-utils/scripts/. But this is not enough because udev will still remove and re-create the nodes and tests will still fail. So you need to stop removing device nodes using the following udev rule: |