git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab7a479
)
udev: Add /dev/loop* to mount blacklist
author
Matthias Hentges
<oe@hentges.net>
Wed, 26 Apr 2006 09:42:05 +0000
(09:42 +0000)
committer
OpenEmbedded Project
<openembedded-devel@lists.openembedded.org>
Wed, 26 Apr 2006 09:42:05 +0000
(09:42 +0000)
packages/udev/files/akita/mount.blacklist
patch
|
blob
|
history
packages/udev/files/c7x0/mount.blacklist
patch
|
blob
|
history
packages/udev/files/mount.blacklist
patch
|
blob
|
history
packages/udev/files/spitz/mount.blacklist
patch
|
blob
|
history
packages/udev/files/tosa/mount.blacklist
patch
|
blob
|
history
packages/udev/udev_084.bb
patch
|
blob
|
history
diff --git
a/packages/udev/files/akita/mount.blacklist
b/packages/udev/files/akita/mount.blacklist
index
c2684b7
..
f2c10ee
100644
(file)
--- a/
packages/udev/files/akita/mount.blacklist
+++ b/
packages/udev/files/akita/mount.blacklist
@@
-2,3
+2,4
@@
# Any matched pattern will _not_ be mounted / removed by udevd
/dev/mtdblock
+/dev/loop
diff --git
a/packages/udev/files/c7x0/mount.blacklist
b/packages/udev/files/c7x0/mount.blacklist
index
c2684b7
..
f2c10ee
100644
(file)
--- a/
packages/udev/files/c7x0/mount.blacklist
+++ b/
packages/udev/files/c7x0/mount.blacklist
@@
-2,3
+2,4
@@
# Any matched pattern will _not_ be mounted / removed by udevd
/dev/mtdblock
+/dev/loop
diff --git
a/packages/udev/files/mount.blacklist
b/packages/udev/files/mount.blacklist
index
e69de29
..
7e13ea9
100644
(file)
--- a/
packages/udev/files/mount.blacklist
+++ b/
packages/udev/files/mount.blacklist
@@
-0,0
+1
@@
+/dev/loop
diff --git
a/packages/udev/files/spitz/mount.blacklist
b/packages/udev/files/spitz/mount.blacklist
index
1dad911
..
84ff5fc
100644
(file)
--- a/
packages/udev/files/spitz/mount.blacklist
+++ b/
packages/udev/files/spitz/mount.blacklist
@@
-3,3
+3,4
@@
/dev/mtdblock
/dev/hda
+/dev/loop
diff --git
a/packages/udev/files/tosa/mount.blacklist
b/packages/udev/files/tosa/mount.blacklist
index
c2684b7
..
c341136
100644
(file)
--- a/
packages/udev/files/tosa/mount.blacklist
+++ b/
packages/udev/files/tosa/mount.blacklist
@@
-2,3
+2,4
@@
# Any matched pattern will _not_ be mounted / removed by udevd
/dev/mtdblock
+/dev/loop
\ No newline at end of file
diff --git
a/packages/udev/udev_084.bb
b/packages/udev/udev_084.bb
index
1ae6f5e
..
d5feb27
100644
(file)
--- a/
packages/udev/udev_084.bb
+++ b/
packages/udev/udev_084.bb
@@
-14,7
+14,7
@@
include udev.inc
INITSCRIPT_PARAMS = "start 03 S . start 55 0 6 ."
-PR = "r
9
"
+PR = "r
10
"
FILES_${PN} += "${base_libdir}"
UDEV_EXTRAS = "extras/firmware/ extras/scsi_id/ extras/volume_id/ extras/run_directory/"