From 3f6f3174e9bd7671a97b88b90e50595a8c3c4231 Mon Sep 17 00:00:00 2001 From: Paul Fox Date: Tue, 19 Jul 2005 20:55:37 +0000 Subject: applying fix from: 0000068: mount limited to max 8 loop devices (patch provided) (made minor wording change for config help message) --- util-linux/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'util-linux') diff --git a/util-linux/Config.in b/util-linux/Config.in index b54165409..7007915ba 100644 --- a/util-linux/Config.in +++ b/util-linux/Config.in @@ -349,6 +349,14 @@ config CONFIG_FEATURE_MOUNT_LOOP if you need to do something advanced, such as specify an offset or cryptographic options to the loopback device. +config CONFIG_FEATURE_MOUNT_LOOP_MAX + int " max number of loop devices" + default 7 + depends on CONFIG_FEATURE_MOUNT_LOOP + help + This option sets the highest numbered loop device to be used + automatically by the '-o loop' feature of mount. + config CONFIG_FEATURE_MTAB_SUPPORT bool " Support for a /etc/mtab file (instead of symlink to /proc/mounts)" default n -- cgit v1.2.3