summaryrefslogtreecommitdiffstats
path: root/rules/devicekit-disks.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/devicekit-disks.in')
-rw-r--r--rules/devicekit-disks.in49
1 files changed, 0 insertions, 49 deletions
diff --git a/rules/devicekit-disks.in b/rules/devicekit-disks.in
deleted file mode 100644
index 5b0967e63..000000000
--- a/rules/devicekit-disks.in
+++ /dev/null
@@ -1,49 +0,0 @@
-## SECTION=shell_and_console
-
-comment "devicekit conflicts with BusyBox' mount!"
- depends on BUSYBOX_MOUNT
-
-comment "devicekit conflicts with BusyBox' umount!"
- depends on BUSYBOX_MOUNT
-
-menuconfig DEVICEKIT_DISKS
- tristate
- select HOST_LIBXSLT
- select GLIB
- select DBUS
- select DBUS_GLIB
- select POLKIT
- select UDEV
- select UDEV_LIBUDEV
- select LIBGUDEV
- # busybox mount can't handle all the options
- depends on !BUSYBOX_MOUNT || ALLYES
- depends on !BUSYBOX_UMOUNT || ALLYES
- select UTIL_LINUX_NG
- select UTIL_LINUX_NG_MOUNT
- select UTIL_LINUX_NG_UMOUNT
- select FAKE_OVERLAYFS if DEVICEKIT_DISKS_FAKE_OVERLAYFS
- select FAKE_OVERLAYFS_VAR_TMP if DEVICEKIT_DISKS_FAKE_OVERLAYFS && !FAKE_OVERLAYFS_VAR
- select FAKE_OVERLAYFS_VAR_RUN if DEVICEKIT_DISKS_FAKE_OVERLAYFS && !FAKE_OVERLAYFS_VAR
- prompt "devicekit "
- help
- abstraction for enumerating block devices
-
- DeviceKit-disks is an abstraction for enumerating block
- devices and performing operations on them. Any application
- can access the org.freedesktop.DeviceKit. Disks service on
- the system message bus. Some operations (such as formatting
- disks etc.) are restricted using PolicyKit.
-
-if DEVICEKIT_DISKS
-
-config DEVICEKIT_DISKS_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
-