From 7a592f4f620236b2af25aed10b637e09dd4431f0 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 12 Aug 2006 18:15:48 +0000 Subject: [PATCH] udev: add mount.blacklist for h2200 and ipaq-pxa270 --- packages/udev/files/h2200/.mtn2git_empty | 0 packages/udev/files/h2200/mount.blacklist | 6 ++++++ packages/udev/files/ipaq-pxa270/.mtn2git_empty | 0 packages/udev/files/ipaq-pxa270/mount.blacklist | 6 ++++++ 4 files changed, 12 insertions(+) create mode 100644 packages/udev/files/h2200/.mtn2git_empty create mode 100644 packages/udev/files/h2200/mount.blacklist create mode 100644 packages/udev/files/ipaq-pxa270/.mtn2git_empty create mode 100644 packages/udev/files/ipaq-pxa270/mount.blacklist diff --git a/packages/udev/files/h2200/.mtn2git_empty b/packages/udev/files/h2200/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/udev/files/h2200/mount.blacklist b/packages/udev/files/h2200/mount.blacklist new file mode 100644 index 0000000000..7e351bc988 --- /dev/null +++ b/packages/udev/files/h2200/mount.blacklist @@ -0,0 +1,6 @@ +# This is a grep pattern matched against the device name +# Any matched pattern will _not_ be mounted / removed by udevd + +/dev/mtdblock +/dev/loop +/dev/ram \ No newline at end of file diff --git a/packages/udev/files/ipaq-pxa270/.mtn2git_empty b/packages/udev/files/ipaq-pxa270/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/udev/files/ipaq-pxa270/mount.blacklist b/packages/udev/files/ipaq-pxa270/mount.blacklist new file mode 100644 index 0000000000..7e351bc988 --- /dev/null +++ b/packages/udev/files/ipaq-pxa270/mount.blacklist @@ -0,0 +1,6 @@ +# This is a grep pattern matched against the device name +# Any matched pattern will _not_ be mounted / removed by udevd + +/dev/mtdblock +/dev/loop +/dev/ram \ No newline at end of file -- 2.39.5