summaryrefslogtreecommitdiffstats
path: root/rules/udisks.in
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2010-04-02 13:56:41 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2010-04-02 13:57:30 +0200
commit323fc1d1a9bd9a84db1a4b8f9d7dbd9b9c90391f (patch)
tree7ae5f9eca94ad3d9d7df0fb6f45f9c92040e6b61 /rules/udisks.in
parente23e92b85f28cd5566720b03aaa6139590218423 (diff)
downloadptxdist-323fc1d1a9bd9a84db1a4b8f9d7dbd9b9c90391f.tar.gz
ptxdist-323fc1d1a9bd9a84db1a4b8f9d7dbd9b9c90391f.tar.xz
[udisks] new package
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/udisks.in')
-rw-r--r--rules/udisks.in42
1 files changed, 42 insertions, 0 deletions
diff --git a/rules/udisks.in b/rules/udisks.in
new file mode 100644
index 000000000..fb77a44a3
--- /dev/null
+++ b/rules/udisks.in
@@ -0,0 +1,42 @@
+## SECTION=shell_and_console
+
+menuconfig UDISKS
+ tristate
+ select HOST_GTK_DOC
+ select HOST_LIBXSLT
+ select GLIB
+ select DBUS
+ select DBUS_GLIB
+ select POLKIT
+ select UDEV
+ select UDEV_LIBUDEV
+ select UDEV_LIBGUDEV
+ # busybox mount can't handle all the options
+ select UTIL_LINUX_NG
+ select UTIL_LINUX_NG_MOUNT
+ select UTIL_LINUX_NG_UMOUNT
+ select FAKE_OVERLAYFS if UDISKS_FAKE_OVERLAYFS
+ select FAKE_OVERLAYFS_VAR_TMP if UDISKS_FAKE_OVERLAYFS
+ select FAKE_OVERLAYFS_VAR_RUN if UDISKS_FAKE_OVERLAYFS
+ prompt "udisks "
+ help
+ abstraction for enumerating block devices
+
+ Udisks is an abstraction for enumerating block
+ devices and performing operations on them. Any application
+ can access the org.freedesktop.UDisks. Disks service on
+ the system message bus. Some operations (such as formatting
+ disks etc.) are restricted using PolicyKit.
+
+if UDISKS
+
+config UDISKS_FAKE_OVERLAYFS
+ bool
+ prompt "use fake overlayfs"
+ help
+ This makes sure that all necessary directories and files
+ are available and writeable on a readonly rootfs + tmpfs for
+ writable directories.
+
+endif
+